From 1d0da3455fc6ad3393501b1a994aadfa4eac42f5 Mon Sep 17 00:00:00 2001 From: "Jiawen (Kevin) Chen" Date: Wed, 21 Jan 2026 10:17:11 -0800 Subject: [PATCH] Fix tiny typo in HalideRuntimeCuda.h --- src/runtime/HalideRuntimeCuda.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/HalideRuntimeCuda.h b/src/runtime/HalideRuntimeCuda.h index 239f6e698561..4181b070314e 100644 --- a/src/runtime/HalideRuntimeCuda.h +++ b/src/runtime/HalideRuntimeCuda.h @@ -37,7 +37,7 @@ extern int halide_cuda_run(void *user_context, extern void halide_cuda_finalize_kernels(void *user_context, void *state_ptr); // @} -/** Set the underlying cuda device poiner for a buffer. The device +/** Set the underlying cuda device pointer for a buffer. The device * pointer should be allocated using cuMemAlloc or similar and must * have an extent large enough to cover that specified by the * halide_buffer_t extent fields. The dev field of the halide_buffer_t