-
Notifications
You must be signed in to change notification settings - Fork 2
Add Kokkos library to repository #256
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #256 +/- ##
==========================================
- Coverage 82.04% 81.35% -0.69%
==========================================
Files 49 49
Lines 2679 2725 +46
Branches 1605 1671 +66
==========================================
+ Hits 2198 2217 +19
- Misses 235 237 +2
- Partials 246 271 +25 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Removed commented include directories for Kokkos.
cmake/kokkos_config.cmake
Outdated
| endif() | ||
|
|
||
| execute_process( | ||
| COMMAND ${CMAKE_COMMAND} --build "${KOKKOS_BUILD_DIR}" --config ${CMAKE_BUILD_TYPE} -j${NPROC} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use external project issues execute functionality
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed

No description provided.