Afzal Patel
Afzal Patel
Hello @rrawther, I'm currently working on enabling rocAL for spack and I'm running into this error: **error: 'tjDecompress2_partial_scale' was not declared in this scope if( tjDecompress2_partial_scale(m_jpegDecompressor,** I think the issue...
Is this still an issue? I made some changes to the rocm-openmp-extras recipe that should fix this in https://github.com/spack/spack/pull/50037
also the prefix for llvm-amdgpu and rocm-openmp-extras should be set to `/opt/rocm-5.7.1/llvm` instead of `/opt/rocm-5.7.1`
@spackbot fix style
Hi @tldahlgren, this pr is ready to be reviewed.
I had to add an additional patch as some of the paths were still assuming all the rocm components were in a single ROCM_PATH. I'll try to push the changes...
@spackbot rerun pipeline
> If I'm understanding correctly, the reason that these patches are being removed is because they were merged into the AMD release branches. AKA, the existing versions were working correctly...
Is rocRAND only supposed to be required when building `MIOpenDriver`? I'm getting this error with `MIOPEN_BUILD_DRIVER` set to `OFF`. ``` In file included from /tmp/root/spack-stage/spack-stage-miopen-hip-6.3.2-rifpm6oiq4vemblnwp7rn3xri4s36sz5/spack-src/src/dropout_api.cpp:41: /tmp/root/spack-stage/spack-stage-miopen-hip-6.3.2-rifpm6oiq4vemblnwp7rn3xri4s36sz5/spack-src/src/kernels/miopen_rocrand.hpp:45:10: fatal error: 'rocrand/rocrand_xorwow.h' file...
@HaoZeke could you please review this pr?