Begin adding mfa support

This commit is contained in:
Ivar Flakstad
2023-12-08 21:51:49 +01:00
parent 2ca086939f
commit 35352e441a
4 changed files with 205 additions and 32 deletions

View File

@ -795,7 +795,6 @@ impl BackendStorage for MetalStorage {
rhs_l: &Layout,
) -> Result<Self> {
// Create descriptors
let (type_id, size) = match self.dtype {
DType::F32 => (
metal::mps::MPS_FLOATBIT_ENCODING | 32,