mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Typo
This commit is contained in:
@@ -71,7 +71,7 @@ struct FusedKernelBuilder {
|
|||||||
// Index. For non contiguous kernels we create a separate index
|
// Index. For non contiguous kernels we create a separate index
|
||||||
// variable per variable otherwise everyone uses `index`.
|
// variable per variable otherwise everyone uses `index`.
|
||||||
os +=
|
os +=
|
||||||
" IdxT index = cg::this_grid().thread_rank() * W;\n"
|
" IdxT index = cg::this_grid().thread_rank() * work_per_thread;\n"
|
||||||
" if (index >= size) {\n"
|
" if (index >= size) {\n"
|
||||||
" return;\n"
|
" return;\n"
|
||||||
" }\n";
|
" }\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user