This repository has been archived by the owner on Jun 27, 2024. It is now read-only.
[Triton] num-warps and num-stages should be a property of triton.executable.export #124
Labels
enhancement
New feature or request
Today num-warps and num-stages are configured globally in properties here: https://github.com/openxla/openxla-nvgpu/blob/628fc75bcfe00c0ab2551824914a896668f21909/compiler/src/openxla/compiler/nvgpu/Dialect/TritonFlow/Conversion/ConvertTritonToFlowDispatch.h#L29-L33
It should be an attribute on
triton.call
(ortt.func
) andtriton.executable.export
because different triton function can have different parameters.The text was updated successfully, but these errors were encountered: