oneMKL icon indicating copy to clipboard operation
oneMKL copied to clipboard

v0.5 release notes

Open toxicscum opened this issue 1 year ago • 9 comments

Features in This Release

BLAS

LAPACK

RNG

DFT

Sparse BLAS

Documentation update

Known Issues and Limitations

toxicscum avatar Aug 05 '24 17:08 toxicscum

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

sknepper avatar Aug 05 '24 17:08 sknepper

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

paveldyakov avatar Aug 06 '24 10:08 paveldyakov

BLAS:

  • ~New portBLAS backend support~
  • Improved support for ROCm backend

andrewtbarker avatar Aug 06 '24 16:08 andrewtbarker

@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?

andrewtbarker avatar Aug 06 '24 16:08 andrewtbarker

Documentation

  • Added security.md file which includes guidance on reporting security incidences.
  • Updated documentation and README with UXL Foundation details.

vmalia avatar Aug 06 '24 17:08 vmalia

@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.

vmalia avatar Aug 07 '24 15:08 vmalia

  • Documentation
    • Rewrite build documentation https://github.com/oneapi-src/oneMKL/pull/510
  • DFT
    • Improve specification for compute function overloads, and implement in oneMKL interfaces. https://github.com/oneapi-src/oneMKL/pull/503
    • Add FWD/BWD STRIDES API: https://github.com/oneapi-src/oneMKL/pull/514

hjabird avatar Aug 07 '24 15:08 hjabird

  • 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.

Rbiessy avatar Aug 15 '24 15:08 Rbiessy

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

andrewtbarker avatar Aug 15 '24 15:08 andrewtbarker