mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
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:
committed by
PyTorch MergeBot
parent
7f0cddfb55
commit
6eb6f198e1
@ -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)
|
||||
|
Reference in New Issue
Block a user