Skip to content

Loading/using data from GPU model run? #3892

Answered by glwagner
sdbrenner asked this question in Helpdesk
Discussion options

You must be logged in to vote

Not a naive question! Though naive questions are fine.

I would actually regard this as a bug. I am surprised we haven't run into it before...

I think it's because we serialize the CuArray boundary condition directly (which we should not do). But when it's a function we do nothing, eg

serializeproperty!(file, address * "/boundary_conditions", boundary_conditions(f))

function serializeproperty!(file, address, p::FieldBoundaryConditions)
# TODO: it'd be better to "filter" `FieldBoundaryCondition` a…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@sdbrenner
Comment options

@glwagner
Comment options

Answer selected by sdbrenner
Comment options

You must be logged in to vote
2 replies
@sdbrenner
Comment options

@glwagner
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants