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

add sparse to gpu tests #434

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft

add sparse to gpu tests #434

wants to merge 10 commits into from

Conversation

cTatu
Copy link
Collaborator

@cTatu cTatu commented Mar 8, 2023

Description

Adding sparse handling for KNN and Matmul. Also simplifying distance computation on GPU for neighbors.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. If you haven't added any test and it is relevant provide instructions so we can reproduce.

  • I have tested it manually in a local environment.
  • I have tested it manually in a supercomputer.

@cTatu cTatu marked this pull request as draft March 8, 2023 09:31
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #434 (a8b0173) into master (ffd8a9b) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #434      +/-   ##
==========================================
- Coverage   94.73%   94.71%   -0.02%     
==========================================
  Files          56       56              
  Lines        8621     8614       -7     
==========================================
- Hits         8167     8159       -8     
- Misses        454      455       +1     
Files Coverage Δ
dislib/classification/knn/base.py 100.00% <ø> (ø)
dislib/math/base.py 82.49% <0.00%> (ø)
dislib/decomposition/qr/base.py 85.21% <0.00%> (ø)
dislib/cluster/kmeans/base.py 87.07% <0.00%> (+3.92%) ⬆️
dislib/neighbors/base.py 73.40% <0.00%> (+3.50%) ⬆️
dislib/data/array.py 93.92% <0.00%> (-1.50%) ⬇️

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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

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.

None yet

1 participant