Skip to content

v0.6

Latest
Compare
Choose a tag to compare
@toxicscum toxicscum released this 07 Nov 15:12
8f4312e

Features in This Release

BLAS

  • Add generic device, allowing portBLAS backend to run on any SYCL device.

RNG

  • Introduced Beta and Gamma distributions support in RNG Device API
  • Introduced uint64_t type support for uniform distribution in RNG Device API
  • Introduced (u)int8/int16 types support for Bernoulli distribution in RNG Device API

DFT

  • Fix correctness issue with ROCm 6.0+.
  • Allow portFFT backend to run on any SYCL device.

Sparse BLAS

  • Update MKLCPU and MKLGPU backends to the new API following the latest oneAPI specification.
  • Add support for cuSPARSE backend.

General updates

Known Issues and Limitations