When I run go test -tags="cuda" -run=LargeBatch -v, the test display nothing and never finish.
(base) ➜ ip-172-31-49-229 cu git:(master) ✗ go test -tags="cuda" -run=LargeBatch -v
=== RUN TestLargeBatch
2019/09/04 23:04:42 Large batch
^Csignal: interrupt
FAIL gorgonia.org/cu 6.192s
When I run another test before, it is more verbose, but it does not give the same result all the times:
When I run
go test -tags="cuda" -run=LargeBatch -v
, the test display nothing and never finish.When I run another test before, it is more verbose, but it does not give the same result all the times:
It is just an assumption, but it may be related to Issue 297 of gorgonia