I would like to have TritonBench branches that match Triton branches so I can generate baseline profile data with previous releases. Ideally with the same naming convention: "release/3.3.x", "release/3.4.x".
It should be OK to branch from the head of main for the release branches. Only one small patch is needed for release 3.3.x, at least as far as I can tell. The latest version of TritonBench includes triton.tools.tensor_descriptor, which was added in Triton 3.4.x. Running with Triton 3.3.x requires a guard in warp_spec_persistent_matmul.py.
I would like to have TritonBench branches that match Triton branches so I can generate baseline profile data with previous releases. Ideally with the same naming convention: "release/3.3.x", "release/3.4.x".
It should be OK to branch from the head of main for the release branches. Only one small patch is needed for release 3.3.x, at least as far as I can tell. The latest version of TritonBench includes triton.tools.tensor_descriptor, which was added in Triton 3.4.x. Running with Triton 3.3.x requires a guard in warp_spec_persistent_matmul.py.