[gentoo-dev] Re: [PATCH] rocm.eclass: add rocm_use_hipcc function and update example accordingly

2024-08-17 Thread Sv. Lockal
ler can compile a simple test program. export CC=hipcc CXX=hipcc strip-unsupported-flags } On Sun, Aug 4, 2024 at 5:09 AM Sv. Lockal wrote: > > This adds a new function rocm_use_hipcc in rocm.eclass to be used in > every src_configure, where the compiler is switched to hipcc

[gentoo-dev] [PATCH] rocm.eclass: add rocm_use_hipcc function and update example accordingly

2024-08-03 Thread Sv. Lockal
This adds a new function rocm_use_hipcc in rocm.eclass to be used in every src_configure, where the compiler is switched to hipcc (a. k. a. clang with extra flags). Github pull request: https://github.com/gentoo/gentoo/pull/37639 Bug: https://bugs.gentoo.org/936099 Signed-off-by: Sv. Lockal