mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
fix jit scan when output doesn't have primitive (#1190)
This commit is contained in:
@@ -63,6 +63,7 @@ MTL::ComputePipelineState* get_scan_kernel(
|
||||
const std::string& kernel_name,
|
||||
bool,
|
||||
bool,
|
||||
const std::string&,
|
||||
const array&,
|
||||
const array&) {
|
||||
return d.get_kernel(kernel_name);
|
||||
|
||||
Reference in New Issue
Block a user