Skip to content

Commit

Permalink
Test on gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Jul 19, 2023
1 parent 3f637b0 commit d8aa6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Fields/field.jl
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ convergence_rate(err, Δh) =
col_copy = similar(y[Fields.ColumnIndex((1, 1), 1)])
return Fields.Field(Fields.field_values(col_copy), axes(col_copy))
end
device = ClimaComms.CPUSingleThreaded()
device = ClimaComms.device()
context = ClimaComms.SingletonCommsContext(device)
for zelem in (2^2, 2^3, 2^4, 2^5)
for space in TU.all_spaces(FT; zelem, context)
Expand Down

0 comments on commit d8aa6bc

Please sign in to comment.