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 f783d0b commit 133bd77Copy full SHA for 133bd77
IGC/AdaptorOCL/DriverInfoOCL.hpp
@@ -65,6 +65,9 @@ class CDriverInfoOCLCommon : public IGC::CDriverInfo {
65
bool EnableLSCForLdRawAndStoreRawOnDG2() const override { return true; }
66
67
bool supportLscSamplerRouting() const override { return false; }
68
+
69
+ bool EnableShaderDebugHashCodeInKernel() const override { return true; }
70
71
};
72
73
// In case some cpas are specific to NEO
0 commit comments