Skip to content

Commit

Permalink
Make nvToolsExt conditional on WITH_CUDA_PROFILING
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Feb 5, 2021
1 parent f3f60cf commit a14e7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ if (USE_ACCEL)
dbcsr
PRIVATE $<$<STREQUAL:${USE_ACCEL},cuda>:CUDA::cudart>
$<$<STREQUAL:${USE_ACCEL},cuda>:CUDA::cublas>
$<$<STREQUAL:${USE_ACCEL},cuda>:CUDA::nvToolsExt>
$<$<STREQUAL:${USE_ACCEL},cuda>:CUDA::nvrtc>
$<$<BOOL:${WITH_CUDA_PROFILING}>:CUDA::nvToolsExt>
$<$<STREQUAL:${USE_ACCEL},hip>:roc::hipblas>
$<$<STREQUAL:${USE_ACCEL},hip>:hip::host>
$<$<STREQUAL:${USE_ACCEL},opencl>:OpenCL::OpenCL>)
Expand Down

0 comments on commit a14e7b1

Please sign in to comment.