mirror of
https://github.com/ml-explore/mlx.git
synced 2025-11-06 03:58:12 +08:00
update docs
This commit is contained in:
committed by
CircleCI Docs
parent
f6ae46f713
commit
0f04ebb557
2
docs/build/html/_sources/unified_memory.rst
vendored
2
docs/build/html/_sources/unified_memory.rst
vendored
@@ -6,7 +6,7 @@ Unified Memory
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
Apple silicon has a unified memory architecture. The CPU and GPU have direct
|
||||
access to the same memory pool. MLX is designed to take advantage that.
|
||||
access to the same memory pool. MLX is designed to take advantage of that.
|
||||
|
||||
Concretely, when you make an array in MLX you don't have to specify its location:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user