xuhuisheng / rocm-build

build scripts for ROCm
Apache License 2.0
181 stars 35 forks source link

22.rocblas.sh fails, 'cmake -lpthread' #23

Closed kroll-j closed 2 years ago

kroll-j commented 2 years ago

Environment

Hardware description
GPU gfx803
CPU ryzen7
Software version
OS debian bookworm
ROCm 4.3
Python 3.9.9
Linux 5.15.0-1-amd64
cmake 3.22.1

What is the expected behavior

What actually happens

How to reproduce

I think the -lpthread can just be removed from 22.rocblas.sh. It's already somewhere in the generated Makefiles as an argument to gcc.

xuhuisheng commented 2 years ago

I had remove -lpthread, looks ok.