File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 arch : aarch64
2020 cuda-keyring : sbsa
2121 jobs : 4
22- unity : ON
22+ unity : OFF
2323
2424 name : ${{ matrix.config }} / ${{ matrix.platform.os }} / ${{ matrix.platform.arch }} / ${{ matrix.compiler }}
2525 runs-on : ${{ matrix.platform.os }}
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ set(LUISA_COMPUTE_RUNTIME_REMOTE_SOURCES
2323set (LUISA_COMPUTE_RUNTIME_SOURCES
2424 bindless_array.cpp
2525 buffer.cpp
26+ builtin_kernel.cpp
2627 byte_buffer.cpp
2728 command_list.cpp
2829 context.cpp
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ endif ()
6363# --- unit/ast: standalone tests (need backend, NOT auto-run via CTest) ---
6464luisa_compute_add_test (test_ast unit/ast/test_ast.cpp )
6565luisa_compute_add_test (test_builtin_kernel unit/ast/test_builtin_kernel.cpp )
66- target_sources (test_builtin_kernel PRIVATE ${CMAKE_SOURCE_DIR} /src/runtime/builtin_kernel.cpp )
6766target_include_directories (test_builtin_kernel PRIVATE ${CMAKE_SOURCE_DIR} /src/runtime )
6867luisa_compute_add_test (test_manual_ast unit/ast/test_manual_ast.cpp )
6968
You can’t perform that action at this time.
0 commit comments