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 74bdcb3 commit fc97dc4Copy full SHA for fc97dc4
IGC/Compiler/CISACodeGen/DriverInfo.hpp
@@ -390,7 +390,6 @@ class CDriverInfo {
390
virtual bool supportsVRT() const { return true; }
391
392
virtual bool supportsUniformPrivateMemorySpace() const { return false; }
393
- virtual uint32_t maxNumCoherenceHintBitsForReorderThread() const { return 0; }
394
395
virtual bool UseNewTraceRayInlineLoweringInRaytracingShaders() const {
396
return (IGC_GET_FLAG_VALUE(UseNewInlineRaytracing) & static_cast<uint32_t>(NewInlineRaytracingMask::RTShaders)) !=
0 commit comments