We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52b7e5 commit 5774f68Copy full SHA for 5774f68
opencl/test/unit_test/offline_compiler/gen12lp/rkl/offline_compiler_tests_rkl.cpp
@@ -17,7 +17,7 @@ using MockOfflineCompilerRklTests = ::testing::Test;
17
RKLTEST_F(MockOfflineCompilerRklTests, givenRklWhenAppendExtraInternalOptionsThenForceEmuInt32DivRemSPIsApplied) {
18
19
MockOfflineCompiler mockOfflineCompiler;
20
- mockOfflineCompiler.deviceName = " rkl";
+ mockOfflineCompiler.deviceName = "rkl";
21
mockOfflineCompiler.initHardwareInfo(mockOfflineCompiler.deviceName);
22
std::string internalOptions = mockOfflineCompiler.internalOptions;
23
mockOfflineCompiler.appendExtraInternalOptions(mockOfflineCompiler.hwInfo, internalOptions);
0 commit comments