Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jcuda committed May 6, 2022
1 parent 32d21a8 commit 3916df5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,37 +22,37 @@ JCuda in your Maven project, just add the necessary dependencies to your
<dependency>
<groupId>org.jcuda</groupId>
<artifactId>jcuda</artifactId>
<version>11.5.2</version>
<version>11.6.1</version>
</dependency>
<dependency>
<groupId>org.jcuda</groupId>
<artifactId>jcublas</artifactId>
<version>11.5.2</version>
<version>11.6.1</version>
</dependency>
<dependency>
<groupId>org.jcuda</groupId>
<artifactId>jcufft</artifactId>
<version>11.5.2</version>
<version>11.6.1</version>
</dependency>
<dependency>
<groupId>org.jcuda</groupId>
<artifactId>jcusparse</artifactId>
<version>11.5.2</version>
<version>11.6.1</version>
</dependency>
<dependency>
<groupId>org.jcuda</groupId>
<artifactId>jcusolver</artifactId>
<version>11.5.2</version>
<version>11.6.1</version>
</dependency>
<dependency>
<groupId>org.jcuda</groupId>
<artifactId>jcurand</artifactId>
<version>11.5.2</version>
<version>11.6.1</version>
</dependency>
<dependency>
<groupId>org.jcuda</groupId>
<artifactId>jcudnn</artifactId>
<version>11.5.2</version>
<version>11.6.1</version>
</dependency>

The `jcuda` dependency contains the core library and is required
Expand Down

0 comments on commit 3916df5

Please sign in to comment.