forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Labels
Under InvestigationgenericBuild error, or some other issue not caused by an LLVM bugBuild error, or some other issue not caused by an LLVM bug
Description
Problem Description
rocSPARSE compilation crashes, rather than producing an error or succeeding.
fail.txt
Operating System
Arch linux, kernel 6.9.7-arch1-1
CPU
AMD Threadripper 1950X
GPU
AMD Radeon RX 7900 XTX
ROCm Version
ROCm 6.1.0
ROCm Component
rocSPARSE
Steps to Reproduce
After compiling all prerequisites, try doing the following (or something like it):
cd $BASEDIR
[[ -n "${BASEDIR}" ]] && rm -rf "$BASEDIR/14_sparse"
mkdir -p 14_sparse
cd 14_sparse
mkdir -p build
DEST="$BASEDIR/14_sparse/build"
git clone https://github.com/ROCmSoftwarePlatform/rocSPARSE
cd rocSPARSE
cmake \
-Wno-dev \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_COMPILER=${ROCM_INSTALL_DIR}/bin/hipcc \
-D CMAKE_CXX_FLAGS="${CXXFLAGS} -fcf-protection=none" \
-D CMAKE_INSTALL_PREFIX=${ROCM_INSTALL_DIR} \
-G Ninja \
$BASEDIR/14_sparse/rocSPARSE
"${NINJA:=ninja}" $NUMJOBS
DESTDIR=$DEST "$NINJA" install
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response
Metadata
Metadata
Assignees
Labels
Under InvestigationgenericBuild error, or some other issue not caused by an LLVM bugBuild error, or some other issue not caused by an LLVM bug