We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdeea32 commit 77773e8Copy full SHA for 77773e8
arrayjit/lib/builtins.c
@@ -774,7 +774,7 @@ CAMLprim value arrayjit_single_to_fp8(value v_float)
774
}
775
776
// TODO: a more efficient approach would involve computing strides once and using memcpy
777
-// for contiguous inner slices, but that adds complexity).
+// for contiguous inner slices, but that adds complexity.
778
CAMLprim value arrayjit_copy_with_padding(value v_source, value v_target, value v_padding)
779
{
780
CAMLparam3(v_source, v_target, v_padding);
0 commit comments