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

[REVIEW] Increase default SVM kernel cache to 1 GiB #3223

Merged
merged 1 commit into from
Dec 2, 2020

Conversation

tfeher
Copy link
Contributor

@tfeher tfeher commented Dec 1, 2020

Closes #1558.

@tfeher tfeher added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Dec 1, 2020
@tfeher tfeher requested a review from a team as a code owner December 1, 2020 19:28
@GPUtester
Copy link
Contributor

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

@tfeher tfeher force-pushed the enh-ext-svm-cache-size branch from 67e1129 to 3f91989 Compare December 1, 2020 19:37
@tfeher tfeher changed the title [REVIEW] Increase default SVM kernel cache to 2000 MiB [REVIEW] Increase default SVM kernel cache to 1 GiB Dec 1, 2020
@codecov-io
Copy link

Codecov Report

Merging #3223 (3f91989) into branch-0.17 (6cc3d1f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           branch-0.17    #3223   +/-   ##
============================================
  Coverage        70.99%   70.99%           
============================================
  Files              198      198           
  Lines            15745    15745           
============================================
  Hits             11178    11178           
  Misses            4567     4567           
Impacted Files Coverage Δ
python/cuml/svm/svc.pyx 95.78% <ø> (ø)
python/cuml/svm/svm_base.pyx 94.90% <ø> (ø)
python/cuml/svm/svr.pyx 98.36% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6cc3d1f...3f91989. Read the comment docs.

@rapids-bot rapids-bot bot merged commit a5889a1 into rapidsai:branch-0.17 Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Increase SVM KernelCache default size
4 participants