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