mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Gemm update (#1518)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user