Skip to content

Commit

Permalink
Clean up address payload code (#2924)
Browse files Browse the repository at this point in the history
Address payload optimization is already implemented in IGC.

---------

Signed-off-by: Whitney Tsang <whitney.tsang@intel.com>
  • Loading branch information
whitneywhtsang authored Dec 4, 2024
1 parent 3c9f49d commit 544b879
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 888 deletions.
1 change: 0 additions & 1 deletion include/triton/Tools/Sys/GetEnv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ inline const std::set<std::string> CACHE_INVALIDATING_ENV_VARS = {
"TRITON_INTEL_ADVANCED_PATH",
"TRITON_INTEL_AGGRESSIVE_DPAS_REUSE",
"TRITON_INTEL_DO_NOT_SINK_INSTR_ACROSS_RGN",
"TRITON_INTEL_ENABLE_ADDRESS_PAYLOAD_OPT",
"TRITON_INTEL_ENABLE_FIRST_LOAD_TO_SLM",
"TRITON_INTEL_ENABLE_INSTR_SCHED",
"TRITON_INTEL_ENABLE_POST_PROCESS_LLIR",
Expand Down
42 changes: 0 additions & 42 deletions test/TritonGEN/tritongen-2Dblockloadap-to-llvm.mlir

This file was deleted.

60 changes: 0 additions & 60 deletions test/TritonGEN/tritongen-addr-payload-opt.mlir

This file was deleted.

12 changes: 0 additions & 12 deletions third_party/intel/include/Target/LLVMIR/DSE.h

This file was deleted.

12 changes: 0 additions & 12 deletions third_party/intel/include/Target/LLVMIR/LICM.h

This file was deleted.

2 changes: 0 additions & 2 deletions third_party/intel/lib/Target/LLVMIR/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
add_subdirectory(Dialect)

add_mlir_translation_library(PostProcessLLVMIR
DSE.cpp
LICM.cpp
PostProcess.cpp
SLPVectorizer.cpp
)
Loading

0 comments on commit 544b879

Please sign in to comment.