MPolaris commented on issue #18350:
URL: https://github.com/apache/tvm/issues/18350#issuecomment-3344691303

   Solved, it needs passes as below at least if your target is cuda:
   ```python
   tvm.transform.Sequential(
   relax.transform.LegalizeOps(),
   dlight.ApplyDefaultSchedule(
                       dlight.gpu.Matmul(),
                       dlight.gpu.GEMV(),
                       dlight.gpu.Reduction(),
                       dlight.gpu.GeneralReduction(),
                       dlight.gpu.Fallback(),
                   ),
   ```


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

Reply via email to