Skip to content

Commit 210c7b5

Browse files
[ConSan] ConSan env var should be cache invalidating (#8332)
Make the TRITON_ENABLE_EXPERIMENTAL_CONSAN cache invalidating and add tests verifying that there is no collision between consan enabled and disabled.
1 parent eb7cdba commit 210c7b5

File tree

2 files changed

+159
-104
lines changed

2 files changed

+159
-104
lines changed

include/triton/Tools/Sys/GetEnv.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ inline const std::set<std::string> CACHE_INVALIDATING_ENV_VARS = {
4343
"ALLOW_LHS_TMEM_LAYOUT_CONVERSION",
4444
"TRITON_F32_DEFAULT",
4545
"TRITON_PREFER_TMEM_16x256_LAYOUT",
46+
"TRITON_ENABLE_EXPERIMENTAL_CONSAN",
4647
// clang-format on
4748
};
4849

0 commit comments

Comments
 (0)