spectrometerHBH opened a new pull request, #19757:
URL: https://github.com/apache/tvm/pull/19757

   This PR batches several post-bringup TIRx follow-ups, rebased onto current 
`main`.
   
   ### Changes
   - **op-dispatch**: per-call exec scope via `Tx.<scope>.op`; remove 
`ExecScopeStmt`
   - **namespaces**: split TIRx op namespaces; remove tile-primitive kind attrs
   - **codegen**: support explicit CUDA launch bounds
   - **gemm-async**: support contiguous-axis (K-major) operand slicing
   - **backend reorg**: move in-tree GPU backends out of core into 
`src/backend/<target>/` and `python/tvm/backend/<target>/` 
(codegen/runtime/op), with the corresponding `CMakeLists.txt` / `cmake/modules` 
and include-path updates
   
   ### Testing
   - Builds with `USE_CUDA=ON` / `USE_LLVM=ON`
   - The TIRx Python test suite (`tests/python/tirx/`) passes locally


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to