You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to upstream reviewer's latest suggestion from triton-lang/triton#5878, we change to try add a intel post process pass instead of current targetInfo solution #3224 .
This PR have following changes:
1. Discard adding `TargetInfo::getStackPointer` that only exist in this
fork(then we keep the same as upstream), replace it with an intel pass
per discussion in
#3046 (comment).
2. Use public `ControlFlowOpToLLVM` and sync public `funcOpToLLVM` to
`PipelineManger` (difficult to use the public `FuncOpToLLVM` directly as
it contains Nv-specific codes) to match calling convention.
3. Lit tests
Describe the bug
Changes from that PR #3010 introduced some duplicate code, should revisit and clean, then upstream.
Environment details
PVC
The text was updated successfully, but these errors were encountered: