Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the Triton DeviceInterface in test/inductor/extension_backends…
…/triton/device_interface.py (pytorch#144399) Following the changes to how `DeviceInterface` is used in this [PR](pytorch#142033), the `DeviceInterface` in `extension_backend/triton/device_interface.py` should by updated to return the `DeviceProperties` instead of raising a NotImplementedError. This PR mirrors the [changes](https://github.com/pytorch/pytorch/pull/142033/files#diff-06553e25e48e1d60f3030458bc46d52067d3d0c3eef2d5fcea29f7e8126bd7c9L112-R114) made in Dynamo when the PR landed. Pull Request resolved: pytorch#144399 Approved by: https://github.com/jansel
- Loading branch information