-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Add oneAPI compilers (Intel/LLVM) to testing matrix. #542
Conversation
occa.hpp that is in the src/occa/internal/bin directory.
compilers in GitHub CI.
Codecov Report
@@ Coverage Diff @@
## main #542 +/- ##
==========================================
- Coverage 76.36% 76.35% -0.01%
==========================================
Files 262 262
Lines 19523 19521 -2
==========================================
- Hits 14908 14906 -2
Misses 4615 4615
|
Just an additional note: I've recently started preparing our in-house libraries for IntelLLVM as well and one of the issues I ran into is that CMake doesn't properly detect the compiler before 3.20 (https://cmake.org/cmake/help/latest/release/3.20.html#compilers). I've added a compatibility workaround to our CMake, maybe that could be useful for occa as well if occa needs compiler-specific flags at some point. |
Only set OCCA env variables for oneAPI compilers to avoid decreasing code coverage.
060232f
to
34223e3
Compare
Description