mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 15:03:02 +08:00
refactor: Correct typo
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
fca74731fb
commit
adb3e126b4
@@ -2763,8 +2763,8 @@ struct SpecializationConstantCompilerInterfaceMock : public CompilerInterface {
|
||||
}
|
||||
};
|
||||
|
||||
struct SpecializationConstantRootDeviceEnvironemnt : public RootDeviceEnvironment {
|
||||
SpecializationConstantRootDeviceEnvironemnt(ExecutionEnvironment &executionEnvironment) : RootDeviceEnvironment(executionEnvironment) {
|
||||
struct SpecializationConstantRootDeviceEnvironment : public RootDeviceEnvironment {
|
||||
SpecializationConstantRootDeviceEnvironment(ExecutionEnvironment &executionEnvironment) : RootDeviceEnvironment(executionEnvironment) {
|
||||
compilerInterface.reset(new SpecializationConstantCompilerInterfaceMock());
|
||||
}
|
||||
CompilerInterface *getCompilerInterface() override {
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
#include "hw_cmds_xe_hpc_core_base.h"
|
||||
|
||||
using ClGfxCoreHelperTestsXeHpcCore = Test<ClDeviceFixture>;
|
||||
;
|
||||
|
||||
XE_HPC_CORETEST_F(ClGfxCoreHelperTestsXeHpcCore, givenXeHpcThenAuxTranslationIsNotRequired) {
|
||||
auto &clGfxCoreHelper = getHelper<ClGfxCoreHelper>();
|
||||
|
||||
Reference in New Issue
Block a user