mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 11:08:52 +00:00
Start adding index-add.
This commit is contained in:
@ -1532,6 +1532,18 @@ impl BackendStorage for CpuStorage {
|
||||
IndexSelect { ids, ids_l, dim }.map(self, l)
|
||||
}
|
||||
|
||||
fn index_add(
|
||||
&self,
|
||||
_: &Layout,
|
||||
_: &Self,
|
||||
_: &Layout,
|
||||
_: &Self,
|
||||
_: &Layout,
|
||||
_: usize,
|
||||
) -> Result<Self> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
fn matmul(
|
||||
&self,
|
||||
rhs: &Self,
|
||||
|
Reference in New Issue
Block a user