Open motiwari opened 3 years ago
We should get the exact compiler name and version used by setup.py and modify the build flags based on the compiler, e.g. gomp for gcc as opposed to omp for clang, etc.
setup.py
gomp
omp
We should get the exact compiler name and version used by
setup.py
and modify the build flags based on the compiler, e.g.gomp
for gcc as opposed toomp
for clang, etc.