MIOpenGEMM
MIOpenGEMM copied to clipboard
fix linker errors for pthread_create API in examples
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.