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

GPU list: strip leading "AMD" or "NVIDIA" from model to avoid dups in list #4354

Merged
merged 2 commits into from
May 7, 2021

Conversation

davidpanderson
Copy link
Contributor

fixes #4353

// strip leading AMD or NVIDIA
//
function strip_vendor($model) {
foreach (array("AMD ", "NVIDIA ") as $maker) {
Copy link
Member

@AenBleidd AenBleidd May 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd suggest to add "ATI " and "Intel(R) " to this list

@codecov
Copy link

codecov bot commented May 4, 2021

Codecov Report

Merging #4354 (508a22b) into master (b2b790e) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             master   #4354      +/-   ##
===========================================
- Coverage      7.66%   7.66%   -0.01%     
  Complexity      792     792              
===========================================
  Files           277     277              
  Lines         35557   35566       +9     
  Branches       1554    1556       +2     
===========================================
  Hits           2727    2727              
- Misses        32698   32707       +9     
  Partials        132     132              
Impacted Files Coverage Δ Complexity Δ
...p/src/main/java/edu/berkeley/boinc/rpc/Transfer.kt 38.88% <0.00%> (-3.54%) 14.00% <0.00%> (ø%)
...du/berkeley/boinc/adapter/ProjectsListAdapter.java 0.00% <0.00%> (ø) 0.00% <0.00%> (ø%)

@AenBleidd AenBleidd merged commit 5f68764 into master May 7, 2021
@AenBleidd AenBleidd deleted the dpa_gpu_list branch August 15, 2023 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Suggestion for better "Top GPU Models" page
2 participants