Skip to content

Commit 133bd77

Browse files
obrotowyigcbot
authored andcommitted
Reenable Shader Debug Hash Code functionality for OCL
Reenable Shader Debug Hash Code functionality for OCL
1 parent f783d0b commit 133bd77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

IGC/AdaptorOCL/DriverInfoOCL.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ class CDriverInfoOCLCommon : public IGC::CDriverInfo {
6565
bool EnableLSCForLdRawAndStoreRawOnDG2() const override { return true; }
6666

6767
bool supportLscSamplerRouting() const override { return false; }
68+
69+
bool EnableShaderDebugHashCodeInKernel() const override { return true; }
70+
6871
};
6972

7073
// In case some cpas are specific to NEO

0 commit comments

Comments
 (0)