mirror of
https://github.com/ml-explore/mlx.git
synced 2025-10-19 08:38:09 +08:00
Faster contiguous gather for indices in the first axis (#2552)
* faster contiguous gather for indices in the first axis * work per thread > 1 * angelos suggestion for scales / biases
This commit is contained in:
@@ -19,6 +19,7 @@ const char* binary_two();
|
||||
const char* copy();
|
||||
const char* fft();
|
||||
const char* gather_axis();
|
||||
const char* gather_front();
|
||||
const char* hadamard();
|
||||
const char* logsumexp();
|
||||
const char* quantized_utils();
|
||||
|
Reference in New Issue
Block a user