Skip to content

Commit

Permalink
Remove unused per-thread scratch size method
Browse files Browse the repository at this point in the history
Remove unused maxPerThreadScratchSpace() method from DriverInfo
  • Loading branch information
ficol authored and igcbot committed Nov 29, 2024
1 parent 1bdf13e commit 2a980ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions IGC/Compiler/CISACodeGen/DriverInfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ namespace IGC
/// registry allocation)
virtual bool supportsSeparatingSpillAndPrivateScratchMemorySpace() const { return IGC_IS_FLAG_ENABLED(SeparateSpillPvtScratchSpace); }

/// The max size in bytes of the scratch space per thread.
unsigned int maxPerThreadScratchSpace() const { return 2 * 1024 * 1024; }

/// The driver Uses special states to push constants beyond index 256
virtual bool Uses3DSTATE_DX9_CONSTANT() const { return false; }

Expand Down

0 comments on commit 2a980ef

Please sign in to comment.