aboutsummaryrefslogtreecommitdiff
path: root/openmp/libomptarget/plugins-nextgen/generic-elf-64bit/src/rtl.cpp
diff options
context:
space:
mode:
authorAndrés Villegas <andresvi@google.com>2024-01-03 23:05:20 +0000
committerAndrés Villegas <andresvi@google.com>2024-01-03 23:05:20 +0000
commite99fdd060baf7ea196f9b9e531b58e5d8489f5fd (patch)
tree56305609013119524612245bd222dac094de4f68 /openmp/libomptarget/plugins-nextgen/generic-elf-64bit/src/rtl.cpp
parentd242f164d69ec606db9418c02c9588bffa429928 (diff)
parent51113244836be55b3d2f181c0f88043b5967eb61 (diff)
downloadllvm-users/avillega/clangd-migrate-command-line-option-parsin-to-opttable.zip
llvm-users/avillega/clangd-migrate-command-line-option-parsin-to-opttable.tar.gz
llvm-users/avillega/clangd-migrate-command-line-option-parsin-to-opttable.tar.bz2
Created using spr 1.3.5
Diffstat (limited to 'openmp/libomptarget/plugins-nextgen/generic-elf-64bit/src/rtl.cpp')
-rw-r--r--openmp/libomptarget/plugins-nextgen/generic-elf-64bit/src/rtl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/openmp/libomptarget/plugins-nextgen/generic-elf-64bit/src/rtl.cpp b/openmp/libomptarget/plugins-nextgen/generic-elf-64bit/src/rtl.cpp
index 88b5236..43569f2 100644
--- a/openmp/libomptarget/plugins-nextgen/generic-elf-64bit/src/rtl.cpp
+++ b/openmp/libomptarget/plugins-nextgen/generic-elf-64bit/src/rtl.cpp
@@ -215,6 +215,7 @@ struct GenELF64DeviceTy : public GenericDeviceTy {
case TARGET_ALLOC_DEVICE:
case TARGET_ALLOC_HOST:
case TARGET_ALLOC_SHARED:
+ case TARGET_ALLOC_DEVICE_NON_BLOCKING:
MemAlloc = std::malloc(Size);
break;
}