Enable generating & running Level Zero AUB tests

Signed-off-by: Kacper Nowak <kacper.nowak@intel.com>
This commit is contained in:
Kacper Nowak
2021-07-05 14:10:31 +02:00
committed by Compute-Runtime-Automation
parent 7ee83db9d8
commit 157bbbfb23
14 changed files with 89 additions and 7 deletions

View File

@@ -25,4 +25,8 @@ ApiSpecificConfig::ApiType ApiSpecificConfig::getApiType() {
return ApiSpecificConfig::L0;
}
const char *ApiSpecificConfig::getAubPrefixForSpecificApi() {
return "l0_";
}
} // namespace NEO