Home
last modified time | relevance | path

Searched refs:CU_LIMIT_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/dynamic_cuda/
H A Dcuda.h40 CU_LIMIT_STACK_SIZE = 0x0, enumerator
/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp714 if (cuCtxSetLimit(CU_LIMIT_STACK_SIZE, StackLimit) != CUDA_SUCCESS) in initDevice()
717 if (cuCtxGetLimit(&StackLimit, CU_LIMIT_STACK_SIZE) != CUDA_SUCCESS) in initDevice()