Skip to content

Commit 478d625

Browse files
author
Nikola Janjusevic
committed
Merge branch 'nikopj-fold' of github.com:nikopj/NNlibCUDA.jl into nikopj-fold
HPC merge.
2 parents 11e4f48 + c43f026 commit 478d625

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ext/NNlibCUDA/.buildkite/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
steps:
2-
- label: "GPU integration with julia v1"
2+
- label: "GPU integration with julia v1.6"
33
plugins:
44
- JuliaCI/julia#v1:
55
version: "1.6"
@@ -9,10 +9,10 @@ steps:
99
cuda: "*"
1010
timeout_in_minutes: 60
1111

12-
- label: "GPU integration with julia v1.7-nightly"
12+
- label: "GPU integration with julia v1"
1313
plugins:
1414
- JuliaCI/julia#v1:
15-
version: "1.7-nightly"
15+
version: "1.8"
1616
- JuliaCI/julia-test#v1: ~
1717
agents:
1818
queue: "juliagpu"

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)