We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This was introduced on v1.8:
https://buildkite.com/julialang/ordinarydiffeq-dot-jl/builds/1225#0182b0ca-b9b0-4a29-bc10-90bbbab0036d/861-1887
| Got exception outside of a @test | MethodError: no method matching _atomic_store!(::Ptr{UInt16}, ::UInt64) | Closest candidates are: | _atomic_store!(::Ptr{UInt16}, ::UInt16) at /cache/julia-buildkite-plugin/depots/9c4ff4c4-1e2d-49a4-b1ab-2e8221967d27/packages/ThreadingUtilities/k3fsO/src/atomics.jl:10 | _atomic_store!(::Ptr{UInt64}, ::UInt64) at /cache/julia-buildkite-plugin/depots/9c4ff4c4-1e2d-49a4-b1ab-2e8221967d27/packages/ThreadingUtilities/k3fsO/src/atomics.jl:10
The text was updated successfully, but these errors were encountered:
Shot in the dark: JuliaSIMD/PolyesterWeave.jl@8b08c38
Sorry, something went wrong.
That is, it's a bug to be calling that instead of _atomic_store!(::Ptr{UInt16}, ::UInt16), and the above commit hopefully fixes that.
_atomic_store!(::Ptr{UInt16}, ::UInt16)
Can you require PolyesterWeave >= 0.1.9 and try the OrdinaryDiffEq run again?
No branches or pull requests
This was introduced on v1.8:
https://buildkite.com/julialang/ordinarydiffeq-dot-jl/builds/1225#0182b0ca-b9b0-4a29-bc10-90bbbab0036d/861-1887
The text was updated successfully, but these errors were encountered: