Docs update (#144)

This commit is contained in:
noahsmartin 2023-12-12 16:53:42 +01:00 committed by GitHub
parent fb675de30d
commit d14a0e4ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ Unified Memory
.. currentmodule:: mlx.core .. currentmodule:: mlx.core
Apple silicon has a unified memory architecture. The CPU and GPU have direct 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: Concretely, when you make an array in MLX you don't have to specify its location: