File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ ginkgo_create_cuda_test(exception_helpers)
13
13
ginkgo_create_cuda_test (kernel_launch )
14
14
ginkgo_create_test (lin_op RESOURCE_TYPE cudagpu )
15
15
ginkgo_create_cuda_test (math )
16
- ginkgo_create_test (memory RESOURCE_TYPE cudagpu )
16
+ ginkgo_create_test (memory EXECUTABLE_NAME memory_test RESOURCE_TYPE cudagpu )
17
17
ginkgo_create_cuda_test (scoped_device_id )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ endif()
11
11
ginkgo_create_hip_test (kernel_launch )
12
12
ginkgo_create_test (lin_op RESOURCE_TYPE hipgpu )
13
13
ginkgo_create_hip_test (math )
14
- ginkgo_create_test (memory RESOURCE_TYPE hipgpu )
14
+ ginkgo_create_test (memory EXECUTABLE_NAME memory_test RESOURCE_TYPE hipgpu )
15
15
set (additional_libs )
16
16
if (hipfft_FOUND )
17
17
set (additional_libs hip::hipfft )
You can’t perform that action at this time.
0 commit comments