Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions backends/cuda/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,10 @@ if(BUILD_TESTING)
EXTRA_LIBS aoti_cuda_backend
)
target_compile_definitions(test_cuda_mutable_state PRIVATE CUDA_AVAILABLE=1)

et_cxx_test(
test_cuda_weight_manifest SOURCES
runtime/test/test_cuda_weight_manifest.cpp EXTRA_LIBS aoti_cuda_backend
)
target_compile_definitions(test_cuda_weight_manifest PRIVATE CUDA_AVAILABLE=1)
endif()
399 changes: 342 additions & 57 deletions backends/cuda/cuda_backend.py

Large diffs are not rendered by default.

Loading
Loading