[Openmp-commits] [PATCH] D106627: [OpenMP] Add environment variables to change stack / heap size in the CUDA plugin
Abhinav Gaba via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jul 22 20:25:43 PDT 2021
abhinavgaba added inline comments.
================
Comment at: openmp/libomptarget/plugins/cuda/src/rtl.cpp:652
+ } else {
+ if (cuCtxGetLimit(&StackLimit, CU_LIMIT_STACK_SIZE) != CUDA_SUCCESS)
+ return OFFLOAD_FAIL;
----------------
These enums don't seem to be defined in `cuda.h`, or somewhere else. Can you please take a look?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106627/new/
https://reviews.llvm.org/D106627
More information about the Openmp-commits
mailing list