mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 10:26:29 +08:00
Create wrapper for GmmClientContext
reduce mock gmm to implementation of OpenGmm function Change-Id: I657412af2d11486c9924cf3ab9a8b4f51e603964
This commit is contained in:
committed by
sys_ocldev
parent
861d001cba
commit
50c31872d8
@@ -24,5 +24,7 @@
|
||||
#include "runtime/helpers/hw_info.h"
|
||||
#include "runtime/helpers/surface_formats.h"
|
||||
|
||||
void OCLRT::Gmm::applyAuxFlags(ImageInfo &imgInfo, const HardwareInfo &hwInfo) {
|
||||
namespace OCLRT {
|
||||
void Gmm::applyAuxFlags(ImageInfo &imgInfo, const HardwareInfo &hwInfo) {
|
||||
}
|
||||
} // namespace OCLRT
|
||||
|
||||
Reference in New Issue
Block a user