Skip to content

Commit

Permalink
Update solve.py
Browse files Browse the repository at this point in the history
  • Loading branch information
loganbvh committed Sep 18, 2023
1 parent eea0d11 commit 0832ca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tdgl/solver/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ def update(
get_A_induced_cupy[128, 1024](
J_site, areas, sites, edge_centers, new_A_induced
)
cupy.cuda.Stream.null.synchronize()
else:
new_A_induced = get_A_induced_numba(J_site, areas, sites, edge_centers)
# Update induced vector potential using Polyak's method
Expand Down

0 comments on commit 0832ca2

Please sign in to comment.