tqchen commented on issue #281: URL: https://github.com/apache/tvm-ffi/issues/281#issuecomment-3566733044
Indeed one challenge here is to get the metal context management, unlike cuda, metal do not have a predefined global context (e.g. in cuda we can simply cudaMalloc device=0) and it would work. So runtimes like torch, mlx do not necessarily share global context. Maybe we need some extra extension to get such interop working. -- 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]
