Move the cpu backend specific bits apart.

This commit is contained in:
laurent
2023-06-21 10:25:56 +01:00
parent b3eb57cd0a
commit eb52b9b343
4 changed files with 118 additions and 83 deletions

View File

@ -1,7 +1,4 @@
use crate::{
storage::{CpuStorage, Storage},
DType, Result, Shape,
};
use crate::{CpuStorage, DType, Result, Shape, Storage};
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
pub enum Device {