Skip to content

Commit 6efc495

Browse files
committed
Release version 0.1.5
Improves performance of dspmv, dspr, dsyr, and sdot.
1 parent ad6386d commit 6efc495

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

benchmarks/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ SOFTWARE.
2727
<parent>
2828
<groupId>dev.ludovic.blas</groupId>
2929
<artifactId>vectorizedblas</artifactId>
30-
<version>0.1.4</version>
30+
<version>0.1.5</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

3434
<groupId>dev.ludovic.blas</groupId>
3535
<artifactId>vectorizedblas-benchmarks</artifactId>
36-
<version>0.1.4</version>
36+
<version>0.1.5</version>
3737
<packaging>jar</packaging>
3838

3939
<properties>
@@ -45,7 +45,7 @@ SOFTWARE.
4545
<dependency>
4646
<groupId>dev.ludovic.blas</groupId>
4747
<artifactId>vectorizedblas-blas</artifactId>
48-
<version>0.1.4</version>
48+
<version>0.1.5</version>
4949
</dependency>
5050

5151
<dependency>

blas/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ SOFTWARE.
2727
<parent>
2828
<groupId>dev.ludovic.blas</groupId>
2929
<artifactId>vectorizedblas</artifactId>
30-
<version>0.1.4</version>
30+
<version>0.1.5</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

3434
<groupId>dev.ludovic.blas</groupId>
3535
<artifactId>vectorizedblas-blas</artifactId>
36-
<version>0.1.4</version>
36+
<version>0.1.5</version>
3737
<packaging>jar</packaging>
3838

3939
<properties>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE.
2626

2727
<groupId>dev.ludovic.blas</groupId>
2828
<artifactId>vectorizedblas</artifactId>
29-
<version>0.1.4</version>
29+
<version>0.1.5</version>
3030
<packaging>pom</packaging>
3131

3232
<modules>

0 commit comments

Comments
 (0)