Skip to content

2023.01.00

Compare
Choose a tag to compare
@mgates3 mgates3 released this 25 Jan 22:30
· 93 commits to master since this release
  • Added oneAPI port (currently Makefile only)
    • Added queue argument to device_malloc, device_free, etc.;
      deprecated old versions
    • Deprecated set_device, get_device
    • Renamed device_malloc_pinned to host_malloc_pinned
    • Added device_copy_{matrix,vector};
      deprecated device_{set,get}{matrix,vector}
  • Added more Level 1 BLAS on GPU device: axpy, dot, nrm2
  • Moved main repo to https://github.com/icl-utk-edu/blaspp/
  • Refactored routines for better maintainability
  • Use python3