-
Notifications
You must be signed in to change notification settings - Fork 19
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
extrema
gives different results on Fields
vs parent arrays
#2993
Comments
Following checks with @charleskawczynski this appears to be a custom GPU method implementation issue in our DataLayouts. |
Hi @akshaysridhar, could you please add a reproducer, like: # julia --project=examples
ENV["CLIMACOMMS_DEVICE"] = "CUDA";
empty!(ARGS)
push!(ARGS, "--config_file", "path/to/config")
using Revise; include(joinpath("examples", "hybrid", "driver.jl")) ? |
bump! @akshaysridhar, was this with 1 gpu? or multiple? (do you happen to remember) |
This was a single GPU run ( |
This should be fixed here: CliMA/ClimaCore.jl#2106 |
When running the
box_density_current.yml
example, and querying the extrema of a scalar field ( in this instance, density)The latter is expected, so I suspect there is a bug in our
minimum
method for FieldsFor reference
typeof
returnsDoing the same to the parent array gives
The text was updated successfully, but these errors were encountered: