[flang] [llvm] [flang][cuda] Pass allocator index to allocate functions (PR #157189)
Valentin Clement バレンタイン クレメン via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 6 07:47:51 PDT 2025
================
@@ -180,7 +180,7 @@ if ("${LLVM_RUNTIMES_TARGET}" MATCHES "^amdgcn|^nvptx")
elseif(FLANG_RT_EXPERIMENTAL_OFFLOAD_SUPPORT STREQUAL "CUDA")
# findloc.cpp has some issues with higher compute capability. Remove it
# from CUDA build until we can lower its memory footprint.
- list(REMOVE_ITEM supported_sources findloc.cpp)
+
----------------
clementval wrote:
No. Let over from a local test. I reverted it.
https://github.com/llvm/llvm-project/pull/157189
More information about the llvm-commits
mailing list