From d14a0e4ff9decd3204b56228ca010f746cfb1c51 Mon Sep 17 00:00:00 2001 From: noahsmartin Date: Tue, 12 Dec 2023 16:53:42 +0100 Subject: [PATCH] Docs update (#144) --- docs/src/unified_memory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/unified_memory.rst b/docs/src/unified_memory.rst index feb91d730..a53477d65 100644 --- a/docs/src/unified_memory.rst +++ b/docs/src/unified_memory.rst @@ -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: