Skip to content

Commit

Permalink
require cuda 12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Nov 9, 2023
1 parent 8dcceef commit 5690d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ find_package(Python COMPONENTS Interpreter Development REQUIRED)
Python_add_library(_nvjitlinklib MODULE pynvjitlink/_nvjitlinklib.cpp WITH_SOABI)

find_package(
CUDAToolkit 12.0 REQUIRED
CUDAToolkit 12.3 REQUIRED
)
target_link_libraries(_nvjitlinklib PRIVATE CUDA::nvJitLink_static CUDA::nvptxcompiler_static)

Expand Down

0 comments on commit 5690d0a

Please sign in to comment.