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

GPUify the BarotropicQG module #38

Merged
merged 13 commits into from Jan 16, 2020
Merged

GPUify the BarotropicQG module #38

merged 13 commits into from Jan 16, 2020

Conversation

navidcy
Copy link
Member

@navidcy navidcy commented Jan 1, 2020

This PR modifies the BarotropicQG module so that it can run smoothly on both CPU and GPU.

@navidcy navidcy requested a review from glwagner January 1, 2020 23:58
@coveralls
Copy link

coveralls commented Jan 2, 2020

Pull Request Test Coverage Report for Build 315

  • 27 of 27 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.02%) to 98.627%

Totals Coverage Status
Change from base Build 294: -0.02%
Covered Lines: 1509
Relevant Lines: 1530

💛 - Coveralls

@navidcy navidcy changed the title GPUify the BarotropicQG module [WIP] GPUify the BarotropicQG module Jan 2, 2020
typeof(array) != ArrayType(dev, T, 2) was too strict since this was true even when array was a CuArray; changed to !(typeof(array)<:ArrayType(dev))
@codecov
Copy link

codecov bot commented Jan 2, 2020

Codecov Report

Merging #38 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #38   +/-   ##
=======================================
  Coverage   98.62%   98.62%           
=======================================
  Files           6        6           
  Lines         510      510           
=======================================
  Hits          503      503           
  Misses          7        7
Impacted Files Coverage Δ
src/barotropicqg.jl 100% <100%> (ø) ⬆️

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 7d9ad6b...c5d1bd8. Read the comment docs.

@navidcy navidcy changed the title [WIP] GPUify the BarotropicQG module GPUify the BarotropicQG module Jan 2, 2020
@navidcy navidcy merged commit 975d0d6 into master Jan 16, 2020
@navidcy navidcy deleted the GPUfyBarotropicQG branch January 22, 2020 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants