build all examples:
cmake -B build/release -DCMAKE_BUILD_TYPE=Release
cmake --build build/release
bun an example:
./build/build_release/bin/<programme> <backend>
A starter template for using LuisaCompute as a submodule with the CMake build system.
reference: CMakeStarterTemplate
Multiply the corresponding elements of two arrays and write the result to the third array.