mirror of
https://github.com/huggingface/candle.git
synced 2025-06-22 20:38:06 +00:00
Lots of updates including some stack of command buffers.
This commit is contained in:
@ -18,7 +18,7 @@ METAL_FUNC uint get_strided_index(
|
||||
return strided_i;
|
||||
}
|
||||
|
||||
constant int THREADGROUP_SIZE = 1024;
|
||||
constant int THREADGROUP_SIZE = 2048;
|
||||
|
||||
# define REDUCE(FN, NAME, T) \
|
||||
kernel void NAME( \
|
||||
|
Reference in New Issue
Block a user