kokkos / stdBLAS

Reference Implementation for stdBLAS
Other
118 stars 22 forks source link

Fix GCC 9 build by removing TBB requirement #232

Closed mhoemmen closed 2 years ago

mhoemmen commented 2 years ago

Fixes #231. Rebased atop PR #230. Tested with GCC 9.1 (without this change, build breaks; with this change, build works and tests pass).

mhoemmen commented 2 years ago

Thanks @nliber ! : - D