We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c34f558 + cd01bfa commit acdde8cCopy full SHA for acdde8c
benchmarks/build.sbt
@@ -1,8 +1,10 @@
1
enablePlugins(JmhPlugin)
2
3
-libraryDependencies += "org.nd4j" % "nd4j-api" % "0.9.1"
+libraryDependencies += "org.nd4j" % "nd4j-api" % "0.8.0"
4
5
-libraryDependencies += "org.nd4j" % "nd4j-native-platform" % "0.9.1"
+libraryDependencies += "org.nd4j" % "nd4j-cuda-8.0-platform" % "0.8.0"
6
+
7
+libraryDependencies += "org.nd4j" % "nd4j-native-platform" % "0.8.0"
8
9
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.1.6").jar().classifier {
10
import scala.util.Properties._
0 commit comments