humberthumbert commented on issue #18350: URL: https://github.com/apache/tvm/issues/18350#issuecomment-3489828288
Could you show the complete code to make the `build` run? I encountered the similar issues. Much thanks! > Solved, it needs passes as below at least if your target is cuda: > > 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]
