Skip to content

Commit fc97dc4

Browse files
jaladreipsigcbot
authored andcommitted
Remove coherence hint function
Remove coherence hint function
1 parent 74bdcb3 commit fc97dc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

IGC/Compiler/CISACodeGen/DriverInfo.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ class CDriverInfo {
390390
virtual bool supportsVRT() const { return true; }
391391

392392
virtual bool supportsUniformPrivateMemorySpace() const { return false; }
393-
virtual uint32_t maxNumCoherenceHintBitsForReorderThread() const { return 0; }
394393

395394
virtual bool UseNewTraceRayInlineLoweringInRaytracingShaders() const {
396395
return (IGC_GET_FLAG_VALUE(UseNewInlineRaytracing) & static_cast<uint32_t>(NewInlineRaytracingMask::RTShaders)) !=

0 commit comments

Comments
 (0)