oraluben opened a new issue, #281: URL: https://github.com/apache/tvm-ffi/issues/281
This is related to https://github.com/apache/tvm-ffi/issues/255. I'm trying to migrate a torch extension for mps backend to tvm-ffi and have met various issue, mainly the internal metal context management not exposed by torch. I saw many code in tvm-ffi involves metal logic so I'd like to know if you have some working example of writing (or loading) metal kernel with tvm-ffi. Here's a very simple torch extension that I'm trying to get started with: https://gist.github.com/oraluben/9f4834ba13b32090967d86babbc72389 -- 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]
