Skip to content

Commit

Permalink
pushed 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
John Canny committed Nov 7, 2018
1 parent e136ebf commit b703ba0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jni/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>BIDMat</groupId>
<artifactId>BIDMat-natives</artifactId>
<packaging>jar</packaging>
<version>2.0.28-cuda8.0</version>
<version>2.1.0-cuda8.0</version>
<name>BIDMat</name>
<description>BIDMat performs matrix operations</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion jni/src/configure
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# $CUDA_HOME to the cuda root directory
#

VERSION="2.0.28-cuda8.0"
VERSION="2.1.0-cuda8.0"
DEVVERSION="dev-cuda8.0"
# Set to one and update the path if you plan to use NVIDIA NCCL
USE_NCCL=0
Expand Down
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<groupId>BIDMat</groupId>
<artifactId>BIDMat</artifactId>
<packaging>jar</packaging>
<version>2.0.28-cuda8.0</version>
<version>2.1.0-cuda8.0</version>
<nativeVersion>2.1.0-cuda8.0</nativeVersion>
<name>BIDMat</name>
<description>BIDMat performs matrix operations</description>
<properties>
Expand Down Expand Up @@ -101,13 +102,13 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>BIDMat-natives</artifactId>
<version>${project.version}</version>
<version>${nativeVersion}</version>
<classifier>cpu-${osarch}</classifier>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>BIDMat-natives</artifactId>
<version>${project.version}</version>
<version>${nativeVersion}</version>
<classifier>gpu-${osarch}</classifier>
</dependency>
<dependency>
Expand Down Expand Up @@ -144,7 +145,7 @@
<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>json-io</artifactId>
<version>4.5.0</version>
<version>4.10.1</version>
</dependency>
<dependency>
<groupId>net.jpountz.lz4</groupId>
Expand Down

0 comments on commit b703ba0

Please sign in to comment.