Open snnn opened 2 weeks ago
@ranjitshs /@goldsteinn, FYI.
Ah nice :) Orderings all seem sensible, did this solve the issue?
did this solve the issue?
Unfortunately, no.
did this solve the issue?
Unfortunately, no.
Hmm, did anything particular make you think this area is responsible or just a hunch?
Description
std::memory_order_relaxed means no memory barrier at all, which is good for x86 CPUs, but not the others. Especially, ARM.
Motivation and Context