Cory Bloor

Results 139 comments of Cory Bloor

Have you tried `spack install --test root rocfft` with this branch? I didn't think it was working, but maybe I'm misremembering. I figured I would try to work around the...

It is `find_package(ROCmCMakeBuildTools)` in ROCm 6.1 and later, although `find_package(ROCM)` remains available for backwards-compatibility.

> Use https://github.com/ye-luo/cmake_gpu in the test_rocm directory > > ``` > $ mkdir build_rocm; cd build_rocm > $ cmake -DCMAKE_CXX_COMPILER=/opt/rocm-5.1.0/llvm/bin/amdclang++ -DCMAKE_HIP_COMPILER=/opt/rocm-5.1.0/llvm/bin/amdclang++ .. > ... > hip runtime HIP_RUNTIME_INCLUDE_PATH = /opt/rocm-5.1.0/hip/include...

> It should be based on the install root of hipblas /opt/rocm-5.1.0/hipblas It is based on the install root of hipblas. It's just that `/opt/rocm-5.1.0/hipblas` is not the hipblas install...

Sorry, I did get the include directory wrong for ROCm 5.1. I've edited my post to also add the hipblas prefix to the includedir. I'm perhaps oversimplifying, as well, because...

> I noticed > > ``` > /opt/rocm-5.2.0/include/hipblas.h > ``` > > gcc prints ": warning : This file is deprecated. Use the header file from /opt/rocm-5.2.0/include/hipblas/hipblas.h by using #include...

> roc::hipblas target INTERFACE_INCLUDE_PATH is `/opt/rocm-4.5.0/include` > This is OK for people who only use ROCM installation but really bad for development. > I'm currently using AOMP which provides Clang...

We need to make some adjustments to the packaging to support Ubuntu 22.04. Debian has begun packaging ROCm itself and there are now some package name conflicts between the rocm...

@torehl, if you haven't checked it out before, maybe give [Spack](https://spack.readthedocs.io) a try. AMD contributes build recipes to Spack for much of the ROCm stack, and [it integrates with lmod](https://spack.readthedocs.io/en/latest/module_file_support.html).

> I successfully use HIP and rocm-opencl on a 5700XT, so RDNA1 evidently works, even if it's not officially supported. rocBLAS and rocSOLVER will also work on the RX 5700...