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 1bdf13e commit 2a980efCopy full SHA for 2a980ef
IGC/Compiler/CISACodeGen/DriverInfo.hpp
@@ -69,9 +69,6 @@ namespace IGC
69
/// registry allocation)
70
virtual bool supportsSeparatingSpillAndPrivateScratchMemorySpace() const { return IGC_IS_FLAG_ENABLED(SeparateSpillPvtScratchSpace); }
71
72
- /// The max size in bytes of the scratch space per thread.
73
- unsigned int maxPerThreadScratchSpace() const { return 2 * 1024 * 1024; }
74
-
75
/// The driver Uses special states to push constants beyond index 256
76
virtual bool Uses3DSTATE_DX9_CONSTANT() const { return false; }
77
0 commit comments