rocblas installation fails during Tensile run with os.fork(): OSError: [Errno 12] Cannot allocate memory
UweSauter opened this issue · 2 comments
UweSauter commented
Please have a look at spack/spack/issues/26400
benjaminulmer commented
#1440 should help with limiting the amount of memory Tensile uses, although I don't think rocBLAS is making use of the changes yet.
TorreZuk commented
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.