Dai-Ni Hsieh
Dai-Ni Hsieh
# Summary After cuBLAS backend was aligned with SYCL 2020 specification, a large number of cuBLAS tests failed. # Environment * OS: Linux * Hardware: NVIDIA TITAN RTX * Backend...
# Problem statement To build Windows testing for BLAS and LAPACK domains, users would need to add Netlib in the environment variable `PATH` manually. Otherwise, the executables `test_main__rt.exe` and `test_main__ct.exe`...
This PR fixes [Issue #973](https://github.com/OpenSYCL/OpenSYCL/issues/973).
`get_access` for `target::host_buffer` has been deprecated in SYCL 2020. Please consider explicitly marking them as deprecated and suggest `get_host_access()` instead. https://github.com/OpenSYCL/OpenSYCL/blob/d461988fe36b0a1db22dedce6916e77d268d1cfb/include/hipSYCL/sycl/buffer.hpp#L658-L664 https://github.com/OpenSYCL/OpenSYCL/blob/d461988fe36b0a1db22dedce6916e77d268d1cfb/include/hipSYCL/sycl/buffer.hpp#L682-L690
[clang-format] Reformat due to transition from v9.0.0 to v19.1.0 and update of style configuration
# Description This PR is a preparation step for issue #580. Since we will move from `clang-format` v9.0.0 to v19.1.0, this PR reformats the code according to v19.1.0. This PR...
# Description According to the discussion in issue #580, this PR adds a job in CI to check code formatting using `pre-commit` with clang-format v19.1.0. This PR will be rebased...