The GitHub Actions job "tvm-bot" on tvm.git/main has succeeded.
Run started by GitHub user cchung100m (triggered by cchung100m).

Head commit for run:
25a37e73fd696c76cdeebcf392953c5b1de0da04 / Dayuxiaoshui 
<[email protected]>
[Relax][PyTorch] Add support for sparse matrix multiplication and random number 
generation (#18499)

This commit adds support for sparse matrix multiplication and random
number generation in PyTorch frontend.

Changes:
- Add _sparse_mm() method to handle sparse matrix multiplication
- Add _sparse_addmm() method to handle sparse addmm operations
- Add _randn() method to handle torch.randn random number generation
- Register these operations in the convert_map

The fix ensures that PyTorch models containing sparse matrix operations
and random number generation can be successfully converted to TVM Relax
modules.

Fixes #18476

Report URL: https://github.com/apache/tvm/actions/runs/19756200915

With regards,
GitHub Actions via GitBox


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

Reply via email to