Skip to content

Commit 544b879

Browse files
Clean up address payload code (#2924)
Address payload optimization is already implemented in IGC. --------- Signed-off-by: Whitney Tsang <[email protected]>
1 parent 3c9f49d commit 544b879

File tree

10 files changed

+0
-888
lines changed

10 files changed

+0
-888
lines changed

include/triton/Tools/Sys/GetEnv.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ inline const std::set<std::string> CACHE_INVALIDATING_ENV_VARS = {
3535
"TRITON_INTEL_ADVANCED_PATH",
3636
"TRITON_INTEL_AGGRESSIVE_DPAS_REUSE",
3737
"TRITON_INTEL_DO_NOT_SINK_INSTR_ACROSS_RGN",
38-
"TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT",
3938
"TRITON_INTEL_ENABLE_FIRST_LOAD_TO_SLM",
4039
"TRITON_INTEL_ENABLE_INSTR_SCHED",
4140
"TRITON_INTEL_ENABLE_POST_PROCESS_LLIR",

test/TritonGEN/tritongen-2Dblockloadap-to-llvm.mlir

Lines changed: 0 additions & 42 deletions
This file was deleted.

test/TritonGEN/tritongen-addr-payload-opt.mlir

Lines changed: 0 additions & 60 deletions
This file was deleted.

third_party/intel/include/Target/LLVMIR/DSE.h

Lines changed: 0 additions & 12 deletions
This file was deleted.

third_party/intel/include/Target/LLVMIR/LICM.h

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
add_subdirectory(Dialect)
22

33
add_mlir_translation_library(PostProcessLLVMIR
4-
DSE.cpp
5-
LICM.cpp
64
PostProcess.cpp
75
SLPVectorizer.cpp
86
)

0 commit comments

Comments
 (0)