mirror of
https://github.com/ml-explore/mlx.git
synced 2025-10-20 01:18:12 +08:00
Custom cuda kernel (#2517)
This commit is contained in:

committed by
GitHub

parent
f4c8888cbe
commit
e397177f6e
@@ -12,6 +12,7 @@ void init_array(nb::module_&);
|
||||
void init_device(nb::module_&);
|
||||
void init_stream(nb::module_&);
|
||||
void init_metal(nb::module_&);
|
||||
void init_cuda(nb::module_&);
|
||||
void init_memory(nb::module_&);
|
||||
void init_ops(nb::module_&);
|
||||
void init_transforms(nb::module_&);
|
||||
@@ -35,6 +36,7 @@ NB_MODULE(core, m) {
|
||||
init_stream(m);
|
||||
init_array(m);
|
||||
init_metal(m);
|
||||
init_cuda(m);
|
||||
init_memory(m);
|
||||
init_ops(m);
|
||||
init_transforms(m);
|
||||
|
Reference in New Issue
Block a user