mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 02:16:37 +00:00
add scatter add (#2656)
This commit is contained in:
@ -1284,6 +1284,7 @@ impl BackendStorage for MetalStorage {
|
||||
(DType::U8, DType::F32) => "sa_u8_f32",
|
||||
(DType::U8, DType::F16) => "sa_u8_f16",
|
||||
(DType::U8, DType::BF16) => "sa_u8_bf16",
|
||||
(DType::U32, DType::U32) => "sa_u32_u32",
|
||||
(DType::U32, DType::F32) => "sa_u32_f32",
|
||||
(DType::U32, DType::F16) => "sa_u32_f16",
|
||||
(DType::U32, DType::BF16) => "sa_u32_bf16",
|
||||
|
Reference in New Issue
Block a user