fix jit scan when output doesn't have primitive (#1190)

This commit is contained in:
Awni Hannun
2024-06-06 07:24:58 -07:00
committed by GitHub
parent 496315fe1d
commit 578842954c
4 changed files with 15 additions and 7 deletions

View File

@@ -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);