mirror of
https://github.com/huggingface/candle.git
synced 2025-06-20 12:06:35 +00:00
Affine metal kernel works. Need to extract buffer contents based on layout offset (like CudaSlice.slice) for candle intergration
This commit is contained in:
@ -190,7 +190,7 @@ impl candle::CustomOp1 for SoftmaxLastDim {
|
||||
device: dev.clone(),
|
||||
};
|
||||
Ok((dst, layout.shape().clone()))
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "metal")]
|
||||
fn metal_fwd(
|
||||
|
Reference in New Issue
Block a user