blob: d12d3d17e4f75e2c6faa4cb27a2a1a41d83d5b93 [file]
// Replacement executable for substitute_executables.mlir.
hal.executable private @executable0 {
hal.executable.variant public @variant target(<"cuda", "cuda-nvptx-fb">) {
hal.executable.export public @dispatch0 ordinal(0) layout(#hal.pipeline.layout<bindings = [
#hal.pipeline.binding<storage_buffer>
]>) {
^bb0(%arg0: !hal.device, %arg1: index, %arg2: index):
%c123 = arith.constant 123 : index
hal.return %c123, %c123, %c123 : index, index, index
}
builtin.module {
func.func @dispatch0() {
// Here only to give us something to CHECK on.
arith.constant 456 : index
return
}
}
}
}