Skip to content

Conversation

@wsmoses
Copy link
Member

@wsmoses wsmoses commented Feb 16, 2025

No description provided.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@wsmoses wsmoses merged commit ae6e60c into main Feb 16, 2025
32 of 37 checks passed
@wsmoses wsmoses deleted the focean branch February 16, 2025 17:03
Comment on lines +346 to +348
function Adapt.adapt_structure(to::ReactantKernelAdaptor, ref::Base.RefValue)
return ReactantRefValue(adapt(to, ref[]))
end
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This overrides an existing method:

function Adapt.adapt_structure(to::ReactantKernelAdaptor, ref::Base.RefValue)
return error("Cannot convert RefValue argument of Reactant Kernel")
end
I presume we should remove the old one?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah we should remove the old one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants