Skip to content

Conversation

AntonRydahl
Copy link
Contributor

I noticed a small typo in the error message when the CUDA device libraries are not detected.

@llvmbot llvmbot added the libc label Oct 20, 2023
@llvmbot
Copy link
Member

llvmbot commented Oct 20, 2023

@llvm/pr-subscribers-libc

Author: Anton Rydahl (AntonRydahl)

Changes

I noticed a small typo in the error message when the CUDA device libraries are not detected.


Full diff: https://github.com/llvm/llvm-project/pull/69752.diff

1 Files Affected:

  • (modified) libc/src/math/gpu/vendor/CMakeLists.txt (+1-1)
diff --git a/libc/src/math/gpu/vendor/CMakeLists.txt b/libc/src/math/gpu/vendor/CMakeLists.txt
index 2ee74a06a02d461..cac3f6c32f6d7a9 100644
--- a/libc/src/math/gpu/vendor/CMakeLists.txt
+++ b/libc/src/math/gpu/vendor/CMakeLists.txt
@@ -20,7 +20,7 @@ if(CUDAToolkit_FOUND)
          "SHELL:-Xclang -mlink-builtin-bitcode -Xclang ${libdevice_path}")
   endif()
 else()
-  message(STATUS "Could not find the ROCm device library. Unimplemented "
+  message(STATUS "Could not find the CUDA device library. Unimplemented "
                  "functions will be an external reference to the vendor libraries.")
 endif()
 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants