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 322540c + 5d73301 commit b37120fCopy full SHA for b37120f
benchmarks/build.sbt
@@ -1,14 +1,14 @@
1
enablePlugins(JmhPlugin)
2
3
-libraryDependencies += "org.nd4j" % "nd4j-api" % "0.8.0"
+libraryDependencies += "org.nd4j" % "nd4j-api" % "0.9.1"
4
5
val nd4jRuntime = settingKey[String]("\"cuda-8.0\" to run benchmark on GPU, \"native\" to run benchmark on CPU.")
6
7
nd4jRuntime in Global := "native"
8
9
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3"
10
11
-libraryDependencies += "org.nd4j" % s"nd4j-${nd4jRuntime.value}-platform" % "0.8.0"
+libraryDependencies += "org.nd4j" % s"nd4j-${nd4jRuntime.value}-platform" % "0.9.1"
12
13
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.2.3").jar().classifier {
14
import scala.util.Properties._
0 commit comments