summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-12Changelog for releasedebian/1.6.1-1debian/sidGard Spreemann
2023-07-12Merge tag '1.6.1' into debian/sidGard Spreemann
2023-07-09Bump to v1.6.1 (#496)upstream/latestCedric Nugteren
2023-07-08Fix a multithreading bug related to storing objects in the cache (#495)Cedric Nugteren
2023-07-04Add tuning results for 7 devices (#494)Cedric Nugteren
2023-06-24Add 6 tuning results (#493)Cedric Nugteren
* Add tuning results for 6 devices * Add GPU generation names for NVIDIA and AMD GPUs in the documentation
2023-06-16Fix pointer error in `pyclblast` on ARM (#490)Yubraj Bhoi
* Fix pointer error in `pyclblast` on ARM Use `ptrdiff_t` instead of `size_t` for pointers. Fix error in `setup.py` * Fix ARM pointer error in `pyclblast` generator Update CHANGELOG file
2023-06-10Changelog for releasedebian/1.6.0-1Gard Spreemann
2023-06-08ChangelogGard Spreemann
2023-06-08Merge tag '1.6.0' into gspr/post-bookwormGard Spreemann
2023-06-06Add tuning results for more devices (#488)Cedric Nugteren
Add tuning results for 13 devices
2023-06-01Add tuning results for Radeon RX 6700 XT (#484)Cedric Nugteren
2023-05-31Add tuning results for 14 devices (#483)Cedric Nugteren
2023-05-26Fix folder name of Windows release (#482)Cedric Nugteren
2023-05-26Use NMake for Windows builds (#481)Cedric Nugteren
2023-05-23Update README.md with a useful link (#476)Mikko Vedru
* Update README.md with a useful link * Update README.md Co-authored-by: Cedric Nugteren <web@cedricnugteren.nl> --------- Co-authored-by: Cedric Nugteren <web@cedricnugteren.nl>
2023-05-22Fix issues in Windows release script (#477)Cedric Nugteren
2023-05-21Update to version 1.6.0 (#475)Cedric Nugteren
2023-05-21Github Actions Windows builds with tests (#472)Cedric Nugteren
* Set CMake CMP0074 policy * Attempt to use pre-compiled OpenBLAS on Windows CI * Fix an issue and add some debugging * Improve FindCBLAS for OpenBLAS on Windows
2023-05-21Intel HD Graphics 770 and AMD RX 6600 XT tuning results (#474)Cedric Nugteren
* Add tuning results for AMD Radeon RX 6600 XT * Add tuning results for Intel HD Graphics 770 * Update list of tuned devices
2023-05-21Documentation: tuning.md: Add a useful link (#473)Mikko Vedru
2023-05-18Actualize the README and remove the old ROADMAP (#471)Cedric Nugteren
2023-05-18Add Windows builds to Github Actions and fix Windows compilation issue (#470)Cedric Nugteren
* Add Windows builds to Github Actions CI * Fix failing Windows builds
2023-05-17Add Github Actions release script (#469)Cedric Nugteren
* Add first version of release script * Several fixes for the Windows release job * Install OpenCL for Windows release * Fix issue with environment variable * Set OpenCL root * Fix zipping in Windows build
2023-05-17Add 3 sets of tuning results: RX 5700 XT, 2080 Ti, and 3090 (#468)Cedric Nugteren
* Add tuning results for AMD Radeon RX 5700 XT * Add tuning results for NVIDIA GeForce RTX 2080 Ti * Add tuning results for NVIDIA GeForce RTX 3090
2023-05-14Add Github Actions CI (#464)Cedric Nugteren
This replaces the old Travis CI builds with Github Actions that test on both Ubuntu and MacOS, with both Clang and GCC. The builds on macOS also run the tests and some other programs, on Ubuntu OpenCL is not working at the moment. Because these tests use new/different compilers, I fixed a few warnings and errors along the way.
2023-05-11Merge pull request #465 from CNugteren/fix_override_parameters_testCedric Nugteren
Fix compilation issue in override parameters test
2023-05-10Fix compilation issue in override parameters testCedric Nugteren
2023-05-10Fixes an issue under Android when the driver was already unloaded (#462)Cedric Nugteren
2023-05-10TBMV/TPMV/TRSV: Use the minimum x buffer size for copying to a temp buffer ↵Cedric Nugteren
(#461)
2023-05-07TRMV: Use the minimum x buffer size for copying to a temp buffer (#458)Cedric Nugteren
2023-05-07AMAX/AMIN integer testing and bug fixes (#457)Cedric Nugteren
* Fixed a bug in XAMAX/XMIN routines that caused the increment and offset to be included in the result * Perform proper integer-output testing in XAMAX tests * A few changes towards getting it ready for a PR * Also fix compilation for clBLAS and cuBLAS references * Fix a bug that would only use the real part of complex numbers in the amax/amin routines * A few small fixes related to the AMAX tests
2023-03-25Merge pull request #455 from CNugteren/fix_gemm_documentation_bugCedric Nugteren
Fix documentation bug w.r.t. ld values and matrix layout
2023-03-25Fix documentation bug w.r.t. ld values and matrix layoutCedric Nugteren
2023-01-26Changelog for releasedebian/1.5.3-3Gard Spreemann
2023-01-26Standards-versionGard Spreemann
2023-01-22Merge pull request #452 from CNugteren/add_tuning_results_adrenoCedric Nugteren
Add tuning results for 4 devies
2023-01-21Add tuning results for Intel FPGA emulation deviceCedric Nugteren
2023-01-21Add tuning results for Radeon Pro 450Cedric Nugteren
2023-01-21Add tuning results for Adreno 740Cedric Nugteren
2023-01-21Add tuning results for Adreno 730Cedric Nugteren
2023-01-21Merge pull request #451 from CodeLinaro/masterCedric Nugteren
CLBlast modifications to address Qualcomm Adreno performance
2023-01-17Updated according to feedback from CNugterenAngus, Alexander
2023-01-12Adreno 730 + 740 CLBlast tuning resultsAngus, Alexander
2023-01-03implemented changes to boost Adreno performance according to ↵Angus, Alexander
https://jira-dc.qualcomm.com/jira/browse/OSR-8731
2022-10-26Merge commit '22a71c8f2a41be2f5a3ae874ea151edb2874a6df' into debian/sidGard Spreemann
2022-10-22Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.Debian Janitor
Changes-By: lintian-brush Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
2022-10-14Merge pull request #447 from CNugteren/small_plotting_fixesCedric Nugteren
Fix two small issues in the plotting script
2022-10-13Update changelogCedric Nugteren
2022-10-13Fix plotting issue with a single row or columnCedric Nugteren