Initial setup

This commit is contained in:
Ivar Flakstad
2023-10-31 18:09:10 +01:00
parent c12ad45562
commit 4525b7b52a
13 changed files with 519 additions and 13 deletions

View File

@ -81,6 +81,7 @@ impl PyDevice {
match device {
Device::Cpu => Self::Cpu,
Device::Cuda(_) => Self::Cuda,
Device::Metal(_) => unimplemented!(),
}
}