Closed blueberry closed 7 years ago
Note that there is one new routine in the API (see changelog): SIM2COL/DIM2COL/CIM2COL/ZIM2COL/HIM2COL
Thanks for this heads-up, I'll prepare the update ASAP. The new routine should already be covered by the code generator, but I'll check this.
@blueberry @amherag : The tag for building the native libraries for 1.1.0 is at https://github.com/gpu/JOCLBlast/releases/tag/1.1.0-RC00
@gpu @amherag I'll be able to compile it next week. Sorry for the delay.
@gpu @blueberry Hmm... the jar says 1.0.2 instead of 1.1.0. The pom.xml still has version 1.0.2 too. I'll say it's okay to just rename the jar to 1.1.0, so here's the file.
@gpu Here's the linux version: jocl-blast-1.1.0-SNAPSHOT.zip
@gpu @amherag @CNugteren Thank you all!
Indeed, the version number in the POM is not yet updated, but this should not affect the remaining parts of the release - it's a SNAPSHOT
after all. I'll do the update and release ASAP.
The new version has been released, and will soon be in Maven Central at
<dependency>
<groupId>org.jocl</groupId>
<artifactId>jocl-blast</artifactId>
<version>1.1.0</version>
</dependency>
Thanks again to @amherag @blueberry and @CNugteren !
@gpu CLBlast 1.1.0 has been released.