Skip to content

Commit f52bbd6

Browse files
committed
fix typo
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 02bfc16 commit f52bbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/SPIRVRunner/SPIRVRunner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ at::Tensor launchKernel(sycl::queue stream, sycl::kernel kernel,
365365
}
366366

367367
if (!triton_args.host_outbuffer.defined()) {
368-
std::string message = "Output tensor isn't configurated; \
368+
std::string message = "Output tensor isn't configured; \
369369
the second positional parameter is ";
370370
throw std::runtime_error(message + triton_args.out_tensor_name);
371371
}

0 commit comments

Comments
 (0)