triton icon indicating copy to clipboard operation
triton copied to clipboard

[AMD] Support remaining cache modifiers for gfx94

Open joviliast opened this issue 7 months ago • 0 comments

  • Provided required arguments to store operation
  • Added testcase to test_core.py::test_store_cache_modifier
  • Skip gfx11 arch in cache modifiers load/store tests

Current mapping is following: Loads: ca(default) - cache at all levels cg - nt mode

Stores: wb(default): cache at all levels cg - nt mode wt - enable sc1 cs - not supported

joviliast avatar Jul 22 '24 14:07 joviliast