mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Add API name to aub file name
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0a83d610c1
commit
9ff91defba
@@ -29,8 +29,8 @@ ApiSpecificConfig::ApiType ApiSpecificConfig::getApiType() {
|
||||
return ApiSpecificConfig::L0;
|
||||
}
|
||||
|
||||
const char *ApiSpecificConfig::getAubPrefixForSpecificApi() {
|
||||
return "l0_";
|
||||
std::string ApiSpecificConfig::getName() {
|
||||
return "l0";
|
||||
}
|
||||
|
||||
uint64_t ApiSpecificConfig::getReducedMaxAllocSize(uint64_t maxAllocSize) {
|
||||
|
||||
Reference in New Issue
Block a user