ROCm/Tensile

rocblas installation fails during Tensile run with os.fork(): OSError: [Errno 12] Cannot allocate memory

UweSauter opened this issue · 2 comments

Please have a look at spack/spack/issues/26400

#1440 should help with limiting the amount of memory Tensile uses, although I don't think rocBLAS is making use of the changes yet.

In a future releases of rocBLAS ROCm/rocBLAS@0ffee06 there is a new install.sh argument -j to be used by make/ninja for parallel build control and will be passed down to Tensile build. It will just set the cmake argument exposed in the PR mentioned by Ben.