mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
fix shapeless compile on ubuntu24 (#1775)
This commit is contained in:
@@ -36,7 +36,7 @@ struct InTracing {
|
||||
}
|
||||
|
||||
private:
|
||||
static std::vector<bool> trace_stack;
|
||||
static std::vector<char> trace_stack;
|
||||
};
|
||||
|
||||
struct RetainGraph {
|
||||
|
||||
Reference in New Issue
Block a user