Skip to content

Commit 2a980ef

Browse files
ficoligcbot
authored andcommitted
Remove unused per-thread scratch size method
Remove unused maxPerThreadScratchSpace() method from DriverInfo
1 parent 1bdf13e commit 2a980ef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

IGC/Compiler/CISACodeGen/DriverInfo.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ namespace IGC
6969
/// registry allocation)
7070
virtual bool supportsSeparatingSpillAndPrivateScratchMemorySpace() const { return IGC_IS_FLAG_ENABLED(SeparateSpillPvtScratchSpace); }
7171

72-
/// The max size in bytes of the scratch space per thread.
73-
unsigned int maxPerThreadScratchSpace() const { return 2 * 1024 * 1024; }
74-
7572
/// The driver Uses special states to push constants beyond index 256
7673
virtual bool Uses3DSTATE_DX9_CONSTANT() const { return false; }
7774

0 commit comments

Comments
 (0)