Rename candle-metal -> candle-metal-kernels

This commit is contained in:
Ivar Flakstad
2023-11-02 09:53:29 +01:00
parent 71fcb31873
commit 82cce52e73
5 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ use crate::backend::{BackendDevice, BackendStorage};
use crate::conv::{ParamsConv1D, ParamsConv2D, ParamsConvTranspose2D};
use crate::op::{BinaryOpT, CmpOp, ReduceOp, UnaryOpT};
use crate::{CpuStorage, DType, Layout, Result, Shape};
pub use candle_metal;
pub use candle_metal_kernels;
use core::mem;
use half::{bf16, f16};
use metal;