Skip to content

Commit

Permalink
Fix harvester architecture selection (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
wallentx authored Aug 9, 2023
1 parent ef43683 commit 2ad4199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Harvester.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ if(CUDAToolkit_FOUND)
CUDA_RUNTIME_LIBRARY Static
CUDA_SEPARABLE_COMPILATION ON
CUDA_RESOLVE_DEVICE_SYMBOLS ON
# CUDA_ARCHITECTURES OFF
CUDA_ARCHITECTURES OFF
)
endif()

Expand Down

0 comments on commit 2ad4199

Please sign in to comment.