Skip to content

Commit 33c3532

Browse files
Update src/conv.jl
Co-Authored-By: staticfloat <[email protected]>
1 parent 0a70a92 commit 33c3532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conv.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export conv, conv!, ∇conv_data, ∇conv_data!, ∇conv_filter, ∇conv_filter!
2727

2828

2929
# First, we will define mappings from the generic API names to our accelerated backend
30-
# implementations. For homogenous-datatype 1, 2 and 3d convolutions, we default to using
30+
# implementations. For homogeneous-datatype 1, 2 and 3d convolutions, we default to using
3131
# im2col + GEMM. Do so in a loop, here:
3232
for (front_name, backend) in (
3333
# This maps from public, front-facing name, to internal backend name

0 commit comments

Comments
 (0)