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

Gpu support using cupy #36

Merged
merged 78 commits into from
Sep 28, 2023
Merged

Gpu support using cupy #36

merged 78 commits into from
Sep 28, 2023

Conversation

loganbvh
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

Merging #36 (147b784) into main (09d5e25) will decrease coverage by 1.15%.
The diff coverage is 76.20%.

@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
- Coverage   89.39%   88.24%   -1.15%     
==========================================
  Files          35       37       +2     
  Lines        3810     4050     +240     
==========================================
+ Hits         3406     3574     +168     
- Misses        404      476      +72     
Files Coverage Δ
setup.py 0.00% <ø> (ø)
tdgl/__init__.py 100.00% <100.00%> (ø)
tdgl/finite_volume/__init__.py 100.00% <ø> (ø)
tdgl/finite_volume/edge_mesh.py 92.68% <100.00%> (+0.18%) ⬆️
tdgl/finite_volume/util.py 98.23% <ø> (-0.04%) ⬇️
tdgl/solution/solution.py 88.28% <100.00%> (ø)
tdgl/solver/solve.py 100.00% <100.00%> (+24.18%) ⬆️
tdgl/sources/loop.py 50.00% <ø> (ø)
tdgl/version.py 85.71% <100.00%> (ø)
tdgl/visualization/io.py 96.96% <100.00%> (ø)
... and 8 more

... and 3 files with indirect coverage changes

* Update scaling for induced vector potential
* Optimize cupy sparse matrix __setitem__
* Refactor solver

* Separate SparseSolver from GPU
@loganbvh loganbvh marked this pull request as ready for review September 23, 2023 23:06
@loganbvh loganbvh marked this pull request as draft September 23, 2023 23:07
@loganbvh loganbvh mentioned this pull request Sep 23, 2023
@loganbvh loganbvh marked this pull request as ready for review September 28, 2023 17:48
@loganbvh loganbvh merged commit df556ec into main Sep 28, 2023
6 of 8 checks passed
@loganbvh loganbvh deleted the gpu branch September 28, 2023 17:53
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