Gemm update (#1518)

This commit is contained in:
Jagrit Digani
2024-10-30 19:30:28 -07:00
committed by GitHub
parent 884af42da2
commit 960e3f0f05
9 changed files with 701 additions and 196 deletions

View File

@@ -181,6 +181,7 @@ Device::Device() {
auto pool = new_scoped_memory_pool();
device_ = load_device();
library_map_ = {{"mlx", load_library(device_)}};
arch_ = std::string(device_->architecture()->name()->utf8String());
}
Device::~Device() {