We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e062224 commit ed51271Copy full SHA for ed51271
offload/plugins-nextgen/common/include/MemoryManager.h
@@ -324,7 +324,7 @@ class MemoryManagerTy {
324
/// manager explicitly by setting the var to 0. If user doesn't specify
325
/// anything, returns <0, true>.
326
static std::pair<size_t, bool> getSizeThresholdFromEnv() {
327
- static UInt32Envar MemoryManagerThreshold(
+ static UInt64Envar MemoryManagerThreshold(
328
"LIBOMPTARGET_MEMORY_MANAGER_THRESHOLD", 0);
329
330
size_t Threshold = MemoryManagerThreshold.get();
0 commit comments