List Question
10 TechQA 2016-12-20 19:05:20Barriers in OpenCL
							319 views
							
								Asked by Akhil Jain
								
							
						
					Are variables used by System.Threading.Timer subject to caching?
							142 views
							
								Asked by Adam Robinson
								
							
						
					lock-free synchronization, fences and memory order (store operation with acquire semantics)
							493 views
							
								Asked by Ferenc
								
							
						
					Are these definitions of acquire and release fences incorrect?
							188 views
							
								Asked by William
								
							
						
					What (bad) can happen if I don't issue _mm_sfence() after _mm_clflushopt()?
							261 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