[Openmp-commits] [PATCH] D110513: [AMDGPU][OpenMP] Add memory pool size check to isValidMemoryPool
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Sep 27 01:19:12 PDT 2021
JonChesterfield added inline comments.
================
Comment at: openmp/libomptarget/plugins/amdgpu/src/rtl.cpp:315
+ get_error_string(Err));
+ exit(1);
}
----------------
Looks pre-existing but we can't exit here, need to pass the error up. I'll apply the patch and take a look in a better diff tool
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110513/new/
https://reviews.llvm.org/D110513
More information about the Openmp-commits
mailing list