Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 954 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 954 Bytes

Luisa Compute Examples

Build

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.

blur algorithm

4. Path Tracing Algorithm