Skip to content

Commit

Permalink
Merge pull request #50 from psychocoderHPC/fix-clang18Issues
Browse files Browse the repository at this point in the history
fix clang cuda issues
  • Loading branch information
psychocoderHPC committed Sep 18, 2024
2 parents 345628a + d0508c9 commit 7affd32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ if(CUDA_MEMTEST_BACKEND STREQUAL "cuda")

if(NOT CUDA_MEMTEST_RELEASE)
set(CMAKE_BUILD_TYPE Debug)
target_compile_options(cuda_memtest PRIVATE $<$<COMPILE_LANGUAGE:CUDA>:-Xcompiler=-g>)
endif()
else()
target_link_libraries(cuda_memtest PRIVATE hip::host)
Expand Down

0 comments on commit 7affd32

Please sign in to comment.