Cory Bloor

Results 26 issues of Cory Bloor

The HIP headers are included in rocrand.h and the HIP library should therefore be included in the roc::rocrand interface libraries.

Merge the changelog and version updates for ROCm 6.1 back into develop.

This is a draft because the work is incomplete. However, the library builds and the main thing left to do is to actually load the rocsparse symbols with dlopen.

noOptimizations
noExtendedCI

This is essentially a rewrite of the `host_batch_vector` and `host_strided_batch_vector` classes. I've deleted a number of unused options, enabled error checking on failed allocations by default, and added a number...

noOptimizations

### Suggestion Description There is a `BUILD_WITH_SOLVER` CMake option, but it would be nice if the rocsolver library could be loaded at run-time with dlopen when `BUILD_WITH_SOLVER` is `OFF`. This...

### Suggestion Description The HIP support in rocALUTION is currently optional at build time, but it would be preferable if it were optional at run time. For this, it would...

CBL-Mariner has changed its name to Azure Linux as of the March 1st, 2024 release.

noOptimizations
noExtendedCI

The TARGET_RUNTIME_DLLS generator expression added in CMake 3.21 provides exactly the functionality that is desired on Windows for copying the DLLs, and it is more robust than the existing glob.

noOptimizations
noExtendedCI

Add `USE_HIPCXX` option to build using CMake's support for the HIP language. This option requires CMake 3.21.3 or newer. The rocsolver clients shouldn't need to be built as HIP, but...

noOptimizations
noExtendedCI

The rocALUTION CPU-based backend builds and works on 32-bit architectures. However, there are some limitations reflected by failing tests. I suspect that the problem tests just want to use more...