Skip to content

Commit 24b752b

Browse files
committed
namespace fix
1 parent a831ec6 commit 24b752b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/NNlibCUDA/test/fold.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
x = rand(Float64, fill(8, spatial_rank)..., C_in, batch_size)
2626
w = rand(Float64, fill(2, spatial_rank)..., C_in, C_out)
2727
cdims = DenseConvDims(x, w; opts...)
28-
y = unfold(x, cdims)
28+
y = NNlib.unfold(x, cdims)
2929

3030
# test equivalence of fold/unfold across GPU/CPU
3131
gputest(x -> NNlib.unfold(x, cdims), x)

0 commit comments

Comments
 (0)