Skip to content

Commit bbd6fb5

Browse files
committed
Fix async_kernels test cubin copy
1 parent aaf6bfb commit bbd6fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/async_kernels/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ target_link_libraries(
88
driverapi
99
)
1010

11-
configure_file("${CMAKE_CURRENT_LIST_DIR}/write_float.cubin" ${CMAKE_BINARY_DIR}/tests/test_async_kernels COPYONLY)
11+
configure_file("${CMAKE_CURRENT_LIST_DIR}/write_float.cubin" ${CMAKE_BINARY_DIR}/tests/async_kernels COPYONLY)

0 commit comments

Comments
 (0)