[all-commits] [llvm/llvm-project] 5e58aa: [libc] Remove CUDA Toolkit dependency for NVPTX bu...

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu Jul 9 10:25:42 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e58aac18704e2c99ec978ebbf2c28ff784ab207
      https://github.com/llvm/llvm-project/commit/5e58aac18704e2c99ec978ebbf2c28ff784ab207
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2026-07-09 (Thu, 09 Jul 2026)

  Changed paths:
    M libc/cmake/modules/prepare_libc_gpu_build.cmake

  Log Message:
  -----------
  [libc] Remove CUDA Toolkit dependency for NVPTX build (#208497)

This was problematic because these CMake headers were never intended to
be used from a GPU target. We had to hack around this to suppress
threads, but all this is used for is getting the default CUDA path, so
just do this directly.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list