update codebase structure documentation to include mps (#156297)

📚 The doc update

adding description about mps folder in code structure guide

@albanD @malfet @svekars @sekyondaMeta
Pull Request resolved: https://github.com/pytorch/pytorch/pull/156297
Approved by: https://github.com/ezyang
This commit is contained in:
Raman-RH
2025-06-19 16:16:29 +00:00
committed by PyTorch MergeBot
parent 7f0cddfb55
commit 6eb6f198e1

View File

@ -228,6 +228,8 @@ dependencies as well as the nightly binaries into the repo directory.
details.
* [cuda](aten/src/ATen/native/cuda) - CUDA implementations of
operators.
* [mps](aten/src/ATen/native/mps) - MPS implementations of
operators for Apple's Metal GPU family.
* [sparse](aten/src/ATen/native/sparse) - CPU and CUDA
implementations of COO sparse tensor operations
* [mkl](aten/src/ATen/native/mkl) [mkldnn](aten/src/ATen/native/mkldnn)