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

Cleanup testing of bml_add #94

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

nicolasbock
Copy link
Collaborator

@nicolasbock nicolasbock commented Jul 31, 2017

We should be testing all APIs of bml_test. This change adds the
missing API tests.


This change is Reviewable

@codecov
Copy link

codecov bot commented Jul 31, 2017

Codecov Report

Merging #94 into master will decrease coverage by <1%.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #94   +/-   ##
=====================================
- Coverage      50%    50%   -1%     
=====================================
  Files         211    211           
  Lines        8107   8107           
  Branches      788    788           
=====================================
- Hits         4093   4092    -1     
  Misses       3897   3897           
- Partials      117    118    +1
Impacted Files Coverage Δ
tests/bml_test.c 39% <ø> (ø) ⬆️
tests/test_bml_add.c 75% <100%> (ø)
tests/test_bml_add_typed.c 91% <100%> (ø)
src/C-interface/ellpack/bml_norm_ellpack_typed.c 51% <0%> (-2%) ⬇️
src/C-interface/ellsort/bml_norm_ellsort_typed.c 53% <0%> (ø) ⬆️

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 9f1d1cf...ff19607. Read the comment docs.

The empty string is also allowed.
Since we don't care where the random matrix elements are stored, we
can change the double nested loops over the matrix dimensions into one
loop over all elements. This change increases the amount of work that
can be split across the OpenMP thread pool and potentially aid in
parallel performance.
We should test all APIs of `bml_add`. This change adds the missing API
tests.
@github-actions
Copy link

This PR is stale because it has been open for 90 days with no activity.

@github-actions github-actions bot added the Stale label Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant