MIOpenGEMM icon indicating copy to clipboard operation
MIOpenGEMM copied to clipboard

fix linker errors for pthread_create API in examples

Open manoj-freyr opened this issue 2 years ago • 0 comments

When building examples via "make examples", we get below error: /usr/bin/ld: ../miopengemm/libmiopengemm.so.1.0: undefined reference to `pthread_create'

There is no link reference to pthread library.

manoj-freyr avatar Mar 04 '23 10:03 manoj-freyr