List Question
10 TechQA 2024-11-23 04:16:30Barriers in OpenCL
277 views
Asked by Akhil Jain
Are variables used by System.Threading.Timer subject to caching?
105 views
Asked by Adam Robinson
lock-free synchronization, fences and memory order (store operation with acquire semantics)
451 views
Asked by Ferenc
Are these definitions of acquire and release fences incorrect?
151 views
Asked by William
What (bad) can happen if I don't issue _mm_sfence() after _mm_clflushopt()?
231 views
Asked by Serge Rogatch
Intel 64 and IA-32 | Atomic operations including acquire / release semantic
4.6k views
Asked by 0xbadf00d
volatile variable and atomic operations on Visual C++ x86
3.5k views
Asked by axe
When is a compiler-only memory barrier (such as std::atomic_signal_fence) useful?
6.3k views
Asked by etherice
Do we need mfence when using xchg
4.1k views
Asked by Jay D
Why isn't a C++11 acquire_release fence enough for Dekker synchronization?
1.3k views
Asked by Jason Ptacek