mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
Initial implementation of CacheSettingsHelper
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c88fce0def
commit
a95198521e
@@ -165,7 +165,7 @@ struct BlitEnqueueTests : public ::testing::Test {
|
||||
if (compressed && !graphicsAllocation->getDefaultGmm()) {
|
||||
auto clientContext = device->getRootDeviceEnvironment().getGmmClientContext();
|
||||
|
||||
graphicsAllocation->setDefaultGmm(new Gmm(clientContext, nullptr, 0, 0, false, false, {}, true));
|
||||
graphicsAllocation->setDefaultGmm(new Gmm(clientContext, nullptr, 0, 0, GMM_RESOURCE_USAGE_OCL_BUFFER, false, {}, true));
|
||||
}
|
||||
|
||||
if (graphicsAllocation->getDefaultGmm()) {
|
||||
|
||||
Reference in New Issue
Block a user