Skip to content

Commit d395910

Browse files
Update DPCTL_TARGET_CUDA option description
1 parent 80f7bc7 commit d395910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ option(DPCTL_GENERATE_COVERAGE_FOR_PYBIND11_EXTENSIONS
2828
set(DPCTL_TARGET_CUDA
2929
""
3030
CACHE STRING
31-
"Build DPCTL to target CUDA devices. Set to ON to use default architecture (sm_50), or to a specific architecture like sm_80."
31+
"Build DPCTL to target CUDA devices. Set to a truthy value (e.g., ON, TRUE) to use default architecture (sm_50), or to a specific architecture like sm_80."
3232
)
3333
set(DPCTL_TARGET_HIP
3434
""

0 commit comments

Comments
 (0)