Nils Friess
Nils Friess
# Description rocBLAS 4.0.0 [removed support for the legacy BLAS inplace trmm](https://github.com/ROCm/rocBLAS/blob/develop/CHANGELOG.md#removals), so calls to trmm cause a compilation error. The old functionality is provided by just duplicating the last...
I was trying to setup a Github action that runs when I open a PR and add a comment with the content `/benchmark`. Here's my workflow file: ```yaml name: Benchmark...
**To Reproduce** Build AdaptiveCpp from current develop in debug mode (i.e. pass `-DCMAKE_BUILD_TYPE=Debug`) and then compile the following example: ```cpp #include #include #include int main() { sycl::buffer vals{1024}; { sycl::host_accessor...
This PR updates the copyright notices of all files that previously contained copyright notices using the old name. The new copyright notice reads: ```c /* * This file is part...
In newest LLVM two functions in the StringRef class were deprecated. This PR adds a simple function to use the new one if compiling with LLVM >= 18.
Add more benchmarks of the SYCL-Bench benchmark to the benchmark action. Note sure if they will be run if I add the benchmark label to this PR or if we...
There are still some missing but I guess we can add those if there is specific need for them. Closes #1565