Skip to content

Commit

Permalink
[STF] Option to disable kernel generation in CUDASTF (NVIDIA#2723)
Browse files Browse the repository at this point in the history
* Add an option to control whether we can generate CUDA kernels with parallel_For and launch
  • Loading branch information
caugonnet authored and fbusato committed Nov 9, 2024
1 parent 52ea4e6 commit 39ba5f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cudax/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ option(cudax_ENABLE_HEADER_TESTING "Test that CUDA Experimental's public headers
option(cudax_ENABLE_TESTING "Build CUDA Experimental's tests." ON)
option(cudax_ENABLE_EXAMPLES "Build CUDA Experimental's examples." ON)
option(cudax_ENABLE_CUDASTF "Enable CUDASTF subproject" ON)
option(cudax_ENABLE_CUDASTF_CODE_GENERATION "Enable code generation using STF's parallel_for or launch with CUDA compiler." ON)
option(cudax_ENABLE_CUDASTF_BOUNDSCHECK "Enable bounds checks for STF targets. Requires debug build." OFF)
option(cudax_ENABLE_CUDASTF_DEBUG "Enable additional debugging for STF targets. Requires debug build." OFF)
option(cudax_ENABLE_CUDASTF_MATHLIBS "Enable STF tests/examples that use cublas/cusolver." OFF)
Expand Down

0 comments on commit 39ba5f5

Please sign in to comment.