Skip to content

Commit 7c39bf4

Browse files
gkluczekigcbot
authored andcommitted
Revert Introduction of uniform private memory block
Revert "Introduction of uniform private memory block" commit
1 parent 353d8b8 commit 7c39bf4

File tree

9 files changed

+166
-604
lines changed

9 files changed

+166
-604
lines changed

IGC/Compiler/CISACodeGen/DriverInfo.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,6 @@ namespace IGC
380380

381381
// Informs if the UMD understands atomic pull tile walk for raytracing
382382
virtual bool supportsAtomicPullSWTileWalk() const { return false; }
383-
384-
virtual bool supportsUniformPrivateMemorySpace() const { return false; }
385383
protected:
386384
bool autoGRFSelection = false;
387385
};

IGC/Compiler/CISACodeGen/LowerGEPForPrivMem.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -559,11 +559,6 @@ bool SOALayoutChecker::checkStruct(StructType* StTy)
559559
// TODO: Consider a worklist-based implementation instead.
560560
bool SOALayoutChecker::checkUsers(Instruction& I)
561561
{
562-
if (IGC_IS_FLAG_ENABLED(DisableSOAPromotion))
563-
{
564-
return false;
565-
}
566-
567562
parentLevelInst = &I;
568563
for (Value::user_iterator userIt = I.user_begin(), userE = I.user_end(); userIt != userE; ++userIt)
569564
{

0 commit comments

Comments
 (0)