mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 11:37:11 +00:00
Putting back f16 index select.
This commit is contained in:
@ -75,6 +75,7 @@ kernel void FN_NAME( \
|
|||||||
|
|
||||||
|
|
||||||
INDEX_OP(is_u32_f32, uint, float)
|
INDEX_OP(is_u32_f32, uint, float)
|
||||||
|
INDEX_OP(is_u32_f16, uint, half)
|
||||||
|
|
||||||
|
|
||||||
#if __METAL_VERSION__ >= 310
|
#if __METAL_VERSION__ >= 310
|
||||||
|
Reference in New Issue
Block a user