mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-18 10:26:56 +08:00
rebase
This commit is contained in:
6
docs/build/html/_sources/python/_autosummary/mlx.core.clear_cache.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.clear_cache.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.clear\_cache
|
||||
=====================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: clear_cache
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.get_active_memory.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.get_active_memory.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.get\_active\_memory
|
||||
============================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: get_active_memory
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.get_cache_memory.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.get_cache_memory.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.get\_cache\_memory
|
||||
===========================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: get_cache_memory
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.get_peak_memory.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.get_peak_memory.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.get\_peak\_memory
|
||||
==========================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: get_peak_memory
|
@@ -1,6 +0,0 @@
|
||||
mlx.core.metal.clear\_cache
|
||||
===========================
|
||||
|
||||
.. currentmodule:: mlx.core.metal
|
||||
|
||||
.. autofunction:: clear_cache
|
@@ -1,6 +0,0 @@
|
||||
mlx.core.metal.get\_active\_memory
|
||||
==================================
|
||||
|
||||
.. currentmodule:: mlx.core.metal
|
||||
|
||||
.. autofunction:: get_active_memory
|
@@ -1,6 +0,0 @@
|
||||
mlx.core.metal.get\_cache\_memory
|
||||
=================================
|
||||
|
||||
.. currentmodule:: mlx.core.metal
|
||||
|
||||
.. autofunction:: get_cache_memory
|
@@ -1,6 +0,0 @@
|
||||
mlx.core.metal.get\_peak\_memory
|
||||
================================
|
||||
|
||||
.. currentmodule:: mlx.core.metal
|
||||
|
||||
.. autofunction:: get_peak_memory
|
@@ -1,6 +0,0 @@
|
||||
mlx.core.metal.reset\_peak\_memory
|
||||
==================================
|
||||
|
||||
.. currentmodule:: mlx.core.metal
|
||||
|
||||
.. autofunction:: reset_peak_memory
|
@@ -1,6 +0,0 @@
|
||||
mlx.core.metal.set\_cache\_limit
|
||||
================================
|
||||
|
||||
.. currentmodule:: mlx.core.metal
|
||||
|
||||
.. autofunction:: set_cache_limit
|
@@ -1,6 +0,0 @@
|
||||
mlx.core.metal.set\_memory\_limit
|
||||
=================================
|
||||
|
||||
.. currentmodule:: mlx.core.metal
|
||||
|
||||
.. autofunction:: set_memory_limit
|
@@ -1,6 +0,0 @@
|
||||
mlx.core.metal.set\_wired\_limit
|
||||
================================
|
||||
|
||||
.. currentmodule:: mlx.core.metal
|
||||
|
||||
.. autofunction:: set_wired_limit
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.reset_peak_memory.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.reset_peak_memory.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.reset\_peak\_memory
|
||||
============================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: reset_peak_memory
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.set_cache_limit.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.set_cache_limit.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.set\_cache\_limit
|
||||
==========================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: set_cache_limit
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.set_memory_limit.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.set_memory_limit.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.set\_memory\_limit
|
||||
===========================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: set_memory_limit
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.set_wired_limit.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.set_wired_limit.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.set\_wired\_limit
|
||||
==========================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: set_wired_limit
|
16
docs/build/html/_sources/python/memory_management.rst
vendored
Normal file
16
docs/build/html/_sources/python/memory_management.rst
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
Memory Management
|
||||
=================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autosummary::
|
||||
:toctree: _autosummary
|
||||
|
||||
get_active_memory
|
||||
get_peak_memory
|
||||
reset_peak_memory
|
||||
get_cache_memory
|
||||
set_memory_limit
|
||||
set_cache_limit
|
||||
set_wired_limit
|
||||
clear_cache
|
8
docs/build/html/_sources/python/metal.rst
vendored
8
docs/build/html/_sources/python/metal.rst
vendored
@@ -8,13 +8,5 @@ Metal
|
||||
|
||||
is_available
|
||||
device_info
|
||||
get_active_memory
|
||||
get_peak_memory
|
||||
reset_peak_memory
|
||||
get_cache_memory
|
||||
set_memory_limit
|
||||
set_cache_limit
|
||||
set_wired_limit
|
||||
clear_cache
|
||||
start_capture
|
||||
stop_capture
|
||||
|
Reference in New Issue
Block a user