Skip to content

Commit e774482

Browse files
authored
Fixed typo in GPU libm device library warning (#69752)
Correcting a small typo in the error message when the CUDA device libraries are not detected.
1 parent 35e4a28 commit e774482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/math/gpu/vendor/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if(CUDAToolkit_FOUND)
2020
"SHELL:-Xclang -mlink-builtin-bitcode -Xclang ${libdevice_path}")
2121
endif()
2222
else()
23-
message(STATUS "Could not find the ROCm device library. Unimplemented "
23+
message(STATUS "Could not find the CUDA device library. Unimplemented "
2424
"functions will be an external reference to the vendor libraries.")
2525
endif()
2626

0 commit comments

Comments
 (0)