fix jit reduce (#1395)

This commit is contained in:
Awni Hannun
2024-09-04 14:03:10 -07:00
committed by GitHub
parent 969337345f
commit 41c603d48a
7 changed files with 88 additions and 75 deletions

View File

@@ -104,8 +104,12 @@ MTL::ComputePipelineState* get_reduce_kernel(
metal::Device& d,
const std::string& kernel_name,
const std::string&,
const std::string&,
const array&,
const array&) {
const array&,
int,
int,
int) {
return d.get_kernel(kernel_name);
}