mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
feat: metal formatting and pre-commit bump (#1038)
* feat: metal formatting and pre-commit bump * add guards * update * more guards * more guards * smakk fix * Refactor instantiation of ternary types in ternary.metal * fix scan.metal
This commit is contained in:
@@ -10,7 +10,7 @@ namespace mlx::core {
|
||||
|
||||
class Event {
|
||||
public:
|
||||
Event(){};
|
||||
Event() {};
|
||||
|
||||
Event(const Stream& steam);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user