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] Moving some linalg and stats prims to RAFT #3044

Merged
merged 3 commits into from
Oct 27, 2020

Conversation

divyegala
Copy link
Member

This PR moves some primes that I mistakenly left out from moving before, which include:

  1. linalg/norm.cuh
  2. linalg/reduce.cuh
  3. linalg/coalesced_reduction.cuh
  4. linalg/strided_reduction.cuh
  5. stats/sum.cuh

There are no API changes in this PR, and there is only a switch of namespaces

@divyegala divyegala requested a review from a team as a code owner October 22, 2020 20:14
@GPUtester
Copy link
Contributor

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

@codecov-io
Copy link

Codecov Report

Merging #3044 into branch-0.17 will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           branch-0.17    #3044   +/-   ##
============================================
  Coverage        59.26%   59.26%           
============================================
  Files              142      142           
  Lines             8962     8962           
============================================
  Hits              5311     5311           
  Misses            3651     3651           

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 3647695...8bf5fc8. Read the comment docs.

@JohnZed JohnZed merged commit 3095587 into rapidsai:branch-0.17 Oct 27, 2020
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.

4 participants