altanh commented on pull request #8056: URL: https://github.com/apache/tvm/pull/8056#issuecomment-867050989
> @tkonolige I've updated the test. But there seems to be some error with the cuda target. Could you give me some help? Thank you! Part of the error message in the CI is listed below: I think this error is due to using the default schedule (from `te.create_schedule`) which does not bind the iteration axes to the GPU threads. This is a bit outside of area of understanding but the solution will be to use the respective cuda/gpu schedules for each compute in the kernel (e.g. `schedule_reduce`, `schedule_injective`, etc.). Maybe @vinx13 can give some more detailed help? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
