Skip to content

Commit ca8654c

Browse files
committed
Enable the block store for tensor pointer.
Signed-off-by: Lu,Chengjun <[email protected]>
1 parent 158715f commit ca8654c

File tree

2 files changed

+420
-2
lines changed

2 files changed

+420
-2
lines changed

include/triton/Tools/Sys/GetEnv.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ inline const std::set<std::string> CACHE_INVALIDATING_ENV_VARS = {
5151
"TRITON_INTEL_ENABLE_INSTR_SCHED",
5252
"TRITON_INTEL_FAST_MATH",
5353
"TRITON_INTEL_REDUCE_TRANSPOSE",
54+
"TRITON_INTEL_ENABLE_BLOCK_IO_STORE_ON_REGULAR_PTR",
5455
// clang-format on
5556
};
5657

0 commit comments

Comments
 (0)