Closed zougloub closed 8 years ago
It does not pass the checks. Why do not you push it to dev branch?
@tingxingdong I hadn't taken a look at https://github.com/clMathLibraries/clBLAS/tree/develop#contributing-code ... sorry. Having said that, I really can't make sense of the relation between the CI crashes and the proposed patch.
@zougloub , pull request to develop branch. Then it will pass the check!
Is your distro Ubuntu by any chance? I have had issues in the past with pthread and Ubuntu, I think related to ld --as-needed flags use in ubuntu
Please target the /develop branch with PR's
Experiencing a build failure which is probably due to implicit dependency to -lpthread which might be satisfied by some OpenCL implementations. Explicitly specifying the dependency to pthread (used in common/rwlock.c solves the problem.
This change is