mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Lower Windows minimal address to 16kB
Change-Id: I138438943d438ace0b5d76e04f3af8d9541d532a
This commit is contained in:
committed by
sys_ocldev
parent
333af8349e
commit
d6b5433f14
@@ -24,6 +24,6 @@
|
||||
|
||||
namespace OCLRT {
|
||||
|
||||
constexpr uintptr_t windowsMinAddress = 0x200000;
|
||||
constexpr uintptr_t windowsMinAddress = 0x4000;
|
||||
|
||||
} // namespace OCLRT
|
||||
|
||||
Reference in New Issue
Block a user