[llvm-branch-commits] [flang] [llvm] [Flang] Move runtime library files to clang-rt. NFC (PR #110298)
Michael Kruse via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Oct 16 13:16:49 PDT 2024
================
@@ -1,13 +1,13 @@
-//===-- include/flang/Runtime/CUDA/allocator.h ------------------*- C++ -*-===//
+//===-- include/flang-rt/CufRuntime/allocator.h -----------------*- C++ -*-===//
----------------
Meinersbur wrote:
These are the files linked into a library called `CufRuntime_cuda_${CUDAToolkit_VERSION_MAJOR}`. Using `CufRuntime` seems obvious to me. Why do you prefer CUDA? Would you call the library `libCUDA.a`?
https://github.com/llvm/llvm-project/pull/110298
More information about the llvm-branch-commits
mailing list