diff options
author | Valentin Clement (バレンタイン クレメン) <clementval@gmail.com> | 2024-12-04 18:24:40 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-04 18:24:40 -0800 |
commit | 7d1c661381d36018fd105f4ad4c2d6dc45e7288b (patch) | |
tree | f1868823601bba7dd4655a4b40dfe14bb7f5c9df /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 970d6d20967258528980c9b7feaaf3dd3acf9aa3 (diff) | |
download | llvm-7d1c661381d36018fd105f4ad4c2d6dc45e7288b.zip llvm-7d1c661381d36018fd105f4ad4c2d6dc45e7288b.tar.gz llvm-7d1c661381d36018fd105f4ad4c2d6dc45e7288b.tar.bz2 |
[flang] Allow to pass an async id to allocate the descriptor (#118713)
This is a patch in preparation for the support stream ordered memory
allocator in CUDA Fortran.
This patch adds an asynchronous id to the AllocatableAllocate runtime
function and to Descriptor::Allocate so it can be passed down to the
registered allocator. It is up to the allocator to use this value or
not.
A follow up patch will implement that asynchronous allocator for CUDA
Fortran.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions