mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[BACKEND] Add .wt store cache modifier (#1831)
This commit is contained in:
@@ -357,6 +357,7 @@ struct StoreOpConversion
|
||||
.o("wb", op.getCache() == triton::CacheModifier::WB)
|
||||
.o("cg", op.getCache() == triton::CacheModifier::CG)
|
||||
.o("cs", op.getCache() == triton::CacheModifier::CS)
|
||||
.o("wt", op.getCache() == triton::CacheModifier::WT)
|
||||
.o("L1::evict_first",
|
||||
op.getEvict() == triton::EvictionPolicy::EVICT_FIRST)
|
||||
.o("L1::evict_last",
|
||||
|
||||
Reference in New Issue
Block a user