Prebuild all our kernels.

This commit is contained in:
Nicolas Patry
2024-03-18 16:39:38 +01:00
parent 41416d2376
commit 5ac3302fac
5 changed files with 70 additions and 31 deletions

View File

@ -588,6 +588,7 @@ impl BackendStorage for MetalStorage {
(DType::U32, DType::F32) => "cast_u32_f32",
(DType::U32, DType::U8) => "cast_u32_u8",
(DType::U32, DType::I64) => "cast_u32_i64",
(DType::U32, DType::F16) => "cast_u32_f16",
(DType::U32, DType::BF16) => "cast_u32_bf16",
(DType::U8, DType::U32) => "cast_u8_u32",