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

Support type-changing accumulator #49

Merged
merged 16 commits into from
Apr 14, 2021
Merged

Support type-changing accumulator #49

merged 16 commits into from
Apr 14, 2021

Conversation

tkf
Copy link
Member

@tkf tkf commented Mar 7, 2021

@codecov
Copy link

codecov bot commented Mar 7, 2021

Codecov Report

Merging #49 (2d6f1b8) into master (7eb99d6) will increase coverage by 1.27%.
The diff coverage is 35.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
+ Coverage   52.80%   54.07%   +1.27%     
==========================================
  Files           2        2              
  Lines         125      135      +10     
==========================================
+ Hits           66       73       +7     
- Misses         59       62       +3     
Flag Coverage Δ
unittests 0.00% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/kernels.jl 51.93% <35.55%> (+1.51%) ⬆️

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 7eb99d6...2d6f1b8. Read the comment docs.

tkf added 8 commits March 8, 2021 15:18
* Turn tests to a package

* Hack LOAD_PATH for Aqua and examples
As of JuliaFolds/FLoops.jl#73 the init clauses
are evaluated in the loop body whenever required. This is not exercised in
FoldsCUDA.jl yet (supposedly). But, since FoldsCUDA.jl is one of the
most type-instability-sensitive FLoops.jl users, it makes sense to
start using/testing this new unreleased version.
@tkf tkf merged commit 8fc23ac into master Apr 14, 2021
@tkf tkf deleted the union branch April 14, 2021 02:58
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.

1 participant