[flang] [llvm] [flang][cuda] Pass allocator index to allocate functions (PR #157189)

Valentin Clement バレンタイン クレメン via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 8 09:28:38 PDT 2025


================
@@ -23,11 +23,11 @@ namespace Fortran::runtime::cuda {
 extern "C" {
 RT_EXT_API_GROUP_BEGIN
 
-int RTDEF(CUFAllocatableAllocateSync)(Descriptor &desc, int64_t *stream,
-    bool *pinned, bool hasStat, const Descriptor *errMsg,
+int RTDEF(CUFAllocatableAllocateSync)(Descriptor &desc, int32_t allocIdx,
----------------
clementval wrote:

@vzakhari Any concern about this? 

https://github.com/llvm/llvm-project/pull/157189


More information about the llvm-commits mailing list