Skip to content
Merged
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
2 changes: 1 addition & 1 deletion cuda/test/base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ ginkgo_create_cuda_test(exception_helpers)
ginkgo_create_cuda_test(kernel_launch)
ginkgo_create_test(lin_op RESOURCE_TYPE cudagpu)
ginkgo_create_cuda_test(math)
ginkgo_create_test(memory RESOURCE_TYPE cudagpu)
ginkgo_create_test(memory EXECUTABLE_NAME memory_test RESOURCE_TYPE cudagpu)
ginkgo_create_cuda_test(scoped_device_id)
2 changes: 1 addition & 1 deletion hip/test/base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif()
ginkgo_create_hip_test(kernel_launch)
ginkgo_create_test(lin_op RESOURCE_TYPE hipgpu)
ginkgo_create_hip_test(math)
ginkgo_create_test(memory RESOURCE_TYPE hipgpu)
ginkgo_create_test(memory EXECUTABLE_NAME memory_test RESOURCE_TYPE hipgpu)
set(additional_libs)
if(hipfft_FOUND)
set(additional_libs hip::hipfft)
Expand Down