Cory Bloor

Results 26 issues of Cory Bloor

This change allows -Werror to be disabled, which may be necessary when building in an environment which differs from that of the original developers (e.g., with a different compiler version).

The HIP Runtime added support for generic targets in ROCm 6.4. We can reduce build size and compile times while enhancing compatibility by taking advantage of these targets where there...

gfxall

The gfx11-generic build target would reduce build times and binary size by replacing four ISAs with one.

gfxall

I was helping @utk4r-sh in preparing to package rpp for Debian, but I noticed that there is a prebuilt copy of [libffts.a](https://github.com/ROCm/rpp/blob/rocm-6.4.3/libs/third_party/ffts/libffts.a) in the sources. While the FFTS license is...

enhancement
help wanted

Fix for #261. These checks are not necessary and can be deleted.

## Motivation Change the hipfort install directory layout to prevent fortran compilers from linking against a copy of the hipfort library that has been built with a different compiler. This...