Update test

This commit is contained in:
Avik Pal 2018-08-03 19:32:21 +05:30
parent 6a41f823c8
commit 3f6c065523
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ using Flux.Tracker: TrackedArray, data
@test cpu(data(cy)) data(y)
g = ones(size(y)...)
g = rand(size(y))
Flux.back!(y, g)
Flux.back!(cy, gpu(g))