oneMKL icon indicating copy to clipboard operation
oneMKL copied to clipboard

[Sparse BLAS] remove deprecation warning when using oneMKL 2024.1 with sparse::trsv() on x86 CPU and Intel GPU backends

Open spencerpatty opened this issue 10 months ago • 4 comments

Description

oneMKL 2024.1 deprecated sparse::trsv() without an alpha scaling factor and introduced a new sparse::trsv() with alpha. We update trsv backend calls to use the new one from oneMKL 2024.1 with constant fixed alpha == 1 to avoid the deprecation warnings.

Checklist

All Submissions

  • [ ] Do all unit tests pass locally? Attach a log.
  • [x] Have you formatted the code using clang-format?

Bug fixes

  • [x] Have you added relevant regression tests? (N/A)
  • [x] Have you included information on how to reproduce the issue (either in a GitHub issue or in this PR)? (N/A)

spencerpatty avatar Apr 04 '24 19:04 spencerpatty