Home
last modified time | relevance | path

Searched refs:systemMemoryPool (Results 1 – 3 of 3) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/gmm_helper/
H A Dgmm.h29 …ze, size_t alignment, bool uncacheable, bool preferCompressed, bool systemMemoryPool, StorageInfo …
30 …ze, size_t alignment, bool uncacheable, bool preferCompressed, bool systemMemoryPool, StorageInfo …
36 void applyMemoryFlags(bool systemMemoryPool, StorageInfo &storageInfo);
H A Dgmm.cpp23 …ze, size_t alignment, bool uncacheable, bool preferCompressed, bool systemMemoryPool, StorageInfo … in Gmm() argument
24 … alignedPtr, alignedSize, alignment, uncacheable, preferCompressed, systemMemoryPool, storageInfo,… in Gmm()
27 …ze, size_t alignment, bool uncacheable, bool preferCompressed, bool systemMemoryPool, StorageInfo … in Gmm() argument
62 applyMemoryFlags(systemMemoryPool, storageInfo); in Gmm()
340 void Gmm::applyMemoryFlags(bool systemMemoryPool, StorageInfo &storageInfo) { in applyMemoryFlags() argument
341 this->useSystemMemoryPool = systemMemoryPool; in applyMemoryFlags()
345 if (systemMemoryPool) { in applyMemoryFlags()
361 if (systemMemoryPool) { in applyMemoryFlags()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gmm_helper/
H A Dgmm_helper_tests.cpp1381 bool systemMemoryPool = false; in TEST_F() local
1383 Gmm gmm(getGmmClientContext(), nullptr, 1, 0, false, false, systemMemoryPool, storageInfo); in TEST_F()
1393 bool systemMemoryPool = false; in TEST_F() local
1395 Gmm gmm(getGmmClientContext(), nullptr, 1, 0, false, false, systemMemoryPool, storageInfo); in TEST_F()
1407 bool systemMemoryPool = true; in TEST_F() local
1409 Gmm gmm(getGmmClientContext(), nullptr, 1, 0, false, false, systemMemoryPool, storageInfo); in TEST_F()
1422 bool systemMemoryPool = false; in TEST_F() local
1424 Gmm gmm(getGmmClientContext(), nullptr, 1, 0, false, false, systemMemoryPool, storageInfo); in TEST_F()
1438 bool systemMemoryPool = false; in TEST_F() local
1453 bool systemMemoryPool = false; in TEST_F() local
[all …]