Pieter Ghysels
Pieter Ghysels
I'm using ScaLAPACK in my code, and in my CMakeLists.txt, I try to find ScaLAPACK using just: `find_package(SCALAPACK)` On both ubuntu 20.04 and Fedora 32, this finds the exported .cmake...
This PR implements the flexible generalized minimal residual method for refinement of the solution of the primal-dual system. The main changes/additions in this PR are: - The FGMRES solver, a...
This improves performance of hipblaslt-bench when timing a large number of matmuls. There are 2 main changes - Initialization of A, B and C matrices is done on the device...
I'm seeing strange results with the test below. I'm using a similar approach in a HIP kernel. Using the index `i` for the subsequence or the offset would be too...
[#1361](https://ontrack-internal.amd.com/browse/LWPTENSILE-1361) Check the yaml input file for hipblaslt-bench, compare the arguments with the fields in `Arguments`, and abort of an argument is not recognized. This has negligible impact on the...
**Description** **Steps To Reproduce** ``` ./tester gemm % SLATE version 2024.10.29, id 27f266f0 % input: ./tester gemm % 2025-05-14 21:23:55, 1 MPI ranks, CPU-only MPI, 16 OpenMP threads, 1 GPU...