This commit is contained in:
CircleCI Docs
2025-08-29 17:13:50 +00:00
parent 9a878bae64
commit ec3f487eed
547 changed files with 10067 additions and 2222 deletions

View File

@@ -0,0 +1,6 @@
mlx.core.cuda.is\_available
===========================
.. currentmodule:: mlx.core.cuda
.. autofunction:: is_available

View File

@@ -0,0 +1,6 @@
mlx.core.fast.cuda\_kernel
==========================
.. currentmodule:: mlx.core.fast
.. autofunction:: cuda_kernel

View File

@@ -0,0 +1,9 @@
CUDA
=====
.. currentmodule:: mlx.core.cuda
.. autosummary::
:toctree: _autosummary
is_available

View File

@@ -13,3 +13,4 @@ Fast
rope
scaled_dot_product_attention
metal_kernel
cuda_kernel