mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Add a no_ibv
This commit is contained in:
@@ -1077,7 +1077,9 @@ class IBVGroup : public GroupImpl {
|
||||
};
|
||||
|
||||
bool is_available() {
|
||||
return true;
|
||||
if (__builtin_available(macOS 26.2, *)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
std::shared_ptr<GroupImpl> init(bool strict /* = false */) {
|
||||
|
||||
Reference in New Issue
Block a user