Skip to content

Commit 3507c2b

Browse files
jwarumzeigcbot
authored andcommitted
Sync Change
1 parent 01ee4ff commit 3507c2b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

IGC/AdaptorOCL/DriverInfoOCL.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace TC
3939

4040
bool NeedWAToTransformA32MessagesToA64() const override{ return true; }
4141
bool WALoadStorePatternMatch() const override { return true; }
42-
bool WADisableCustomPass() const override { return true; }
42+
bool WADisableCustomPass() const override { return false; }
4343
bool WAEnableMemOpt2ForOCL() const override { return true; }
4444

4545
unsigned int GetLoopUnrollThreshold() const override { return 1280; }

IGC/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ unset(_debugConfigs)
224224
# ======================================================================================================
225225

226226

227-
228227
# ======================================================================================================
229228
# ========================================= BUILD CMAKE OPTIONS ========================================
230229
# ======================================================================================================

0 commit comments

Comments
 (0)