Skip to content
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

update cmake configuration #289

Merged
merged 7 commits into from May 2, 2024
Merged

update cmake configuration #289

merged 7 commits into from May 2, 2024

Conversation

StRigaud
Copy link
Member

rearrange cmake files to simplify backend option.

Backend is now control by the cmake variable CLE_BACKEND_TYPE which is by default "OPENCL".

Values can be OPENCL, CUDA, or ALL.
They can be pass to cmake CLI configuration stage as such -D CLE_BACKEND_TYPE="OPENCL"

@StRigaud
Copy link
Member Author

StRigaud commented May 2, 2024

using this branch to test the macos-13 version instead of the latest

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.60%. Comparing base (106dbb9) to head (893719f).
Report is 1 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #289      +/-   ##
==========================================
+ Coverage   55.53%   55.60%   +0.06%     
==========================================
  Files         232      232              
  Lines        3715     3705      -10     
  Branches     1473     1473              
==========================================
- Hits         2063     2060       -3     
+ Misses        500      493       -7     
  Partials     1152     1152              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@StRigaud StRigaud linked an issue May 2, 2024 that may be closed by this pull request
@StRigaud StRigaud merged commit 953d400 into master May 2, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Github OSx runner cannot run tests anymore
2 participants