oneapi-src / oneMKL

oneAPI Math Kernel Library (oneMKL) Interfaces
Apache License 2.0
616 stars 158 forks source link

v0.5 release notes #547

Closed toxicscum closed 1 month ago

toxicscum commented 2 months ago

Features in This Release

BLAS

LAPACK

RNG

DFT

Sparse BLAS

Documentation update

Known Issues and Limitations

sknepper commented 2 months ago

I don't think there are any LAPACK features to include in this list. Thanks!

paveldyakov commented 2 months ago

Hi @toxicscum, for RNG we had bug fixes only - no new features

andrewtbarker commented 2 months ago

BLAS:

andrewtbarker commented 2 months ago

@toxicscum Do you have a date or a commit hash for the previous release so we can check which timeframe/commits might have new features to report?

vmalia commented 2 months ago

Documentation

vmalia commented 2 months ago

@toxicscum Do you have a date or a commit hash for the previous release so we can check which timeframe/commits might have new features to report?

The v0.4 tag was created on April 12, and uses the latest commit(028d8bac8cbac674877d6302f2d87cfc87d7ac03) from April 10 on develop. I checked all commits from April 12 to August 05. Filtering by authors was useful.

hjabird commented 2 months ago
Rbiessy commented 2 months ago
  • New portBLAS backend support

@andrewtbarker @toxicscum Support for portBLAS was already mentioned in the 0.3 release notes. I think it can be removed from 0.5.

andrewtbarker commented 2 months ago

@Rbiessy you're right, of course, good catch.