data-apis / array-api-compat

Compatibility layer for common array libraries to support the Array API
https://data-apis.org/array-api-compat/
MIT License
69 stars 22 forks source link

Adds pytorch to get_namespace #18

Closed thomasjpfan closed 1 year ago

thomasjpfan commented 1 year ago

This PR enables torch to be returned by get_namespace.

asmeurer commented 1 year ago

Thanks for fixing this and adding a test. I guess I forgot to properly test this function.