Skip to content

Commit 4398071

Browse files
Dimus77igcbot
authored andcommitted
Sync change
1 parent d50cc6f commit 4398071

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)