mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Kernel generation (#614)
Generate reusable element-wise kernels given a computation graph.
This commit is contained in:
committed by
GitHub
parent
5fd11c347d
commit
28eac18571
@@ -13,7 +13,7 @@
|
||||
|
||||
namespace mlx::core {
|
||||
|
||||
constexpr int max_compile_depth = 6;
|
||||
constexpr int max_compile_depth = 10;
|
||||
|
||||
bool is_unary(const Primitive& p) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user