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

   Update `test_multiplication_nodes_are_inlined` to use the current TIRX PTX 
async script namespace:
   
   - `T.ptx.cp_async.commit_group()`
   - `T.ptx.cp_async.wait_group(0)`
   
   The test still used the older top-level names `T.ptx_commit_group()` and 
`T.ptx_wait_group(0)`, which are not exposed by the current `tvm.tirx.script` 
namespace.  This caused parsing to fail before `InjectPTXAsyncCopy` could be 
tested.
   
   This keeps the test aligned with the rest of the TIRX PTX async tests and 
with the TVMScript printer output, without adding extra legacy aliases to the 
public script namespace.


-- 
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