Skip to content

Commit

Permalink
Bugfix no GPU
Browse files Browse the repository at this point in the history
GPU execution was blocked in 2D leading to only CPU simulations!
  • Loading branch information
waltsims committed Dec 27, 2023
1 parent 4ac7d86 commit 51da4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kwave/kspaceFirstOrder2D.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def kspace_first_order_2d_gpu(
assert isinstance(execution_options,
SimulationExecutionOptions), 'execution_options must be a SimulationExecutionOptions object'

sensor_data = kspaceFirstOrder2DC(
sensor_data = kspaceFirstOrder2D(
kgrid=kgrid,
source=source,
sensor=sensor,
Expand Down

0 comments on commit 51da4cd

Please sign in to comment.