mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-01 04:23:00 +08:00
Add AIL functionality
Signed-off-by: Kamil Diedrich <kamil.diedrich@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ab73b61b77
commit
2afb785bba
@@ -78,6 +78,10 @@ class NoCompilerInterfaceRootDeviceEnvironment : public RootDeviceEnvironment {
|
||||
CompilerInterface *getCompilerInterface() override {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
bool initAilConfiguration() override {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
class FailingGenBinaryProgram : public MockProgram {
|
||||
@@ -2734,6 +2738,10 @@ struct SpecializationConstantRootDeviceEnvironemnt : public RootDeviceEnvironmen
|
||||
CompilerInterface *getCompilerInterface() override {
|
||||
return compilerInterface.get();
|
||||
}
|
||||
|
||||
bool initAilConfiguration() override {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
struct setProgramSpecializationConstantTests : public ::testing::Test {
|
||||
|
||||
Reference in New Issue
Block a user