List Question
20 TechQA 2024-03-06T13:47:10.620000Pausing threads for synchronized operation
107 views
Asked by Aedoro
Why do kfifo need smp_wmb even with spin_lock_irqsave in kernel in version 4.9.37
34 views
Asked by lan muming
How can I use (resource) barriers to sync access to a `RWTexture2D` between different shaders?
38 views
Asked by 0xbadf00d
Deadlock between tbb::task_group and thread barrier
48 views
Asked by Daniel
what does exactly the function barrier do in GLSL?
52 views
Asked by 0x314159
barrier and wait using atomic_bool and atomic_int
71 views
Asked by Roman
What is a portable to way to declare a `std::barrier` with no completion function?
92 views
Asked by bers
Software Barriers in C++
121 views
Asked by FourierFlux
Is optimization to move block inside both the block of a if-else branch correct?
79 views
Asked by Rohan Jha
How to create a proper barrier with barrier function in C using semaphore
179 views
Asked by anonymous
Compiler barrier in single-threaded code necessary?
105 views
Asked by ErwinP
Using std::unique_ptr<std::barrier<void()>> in a class - Error occured when calling arrive_and_wait()
134 views
Asked by Ibrahima Keita
Parallel threads doing the same until a barrier, after barrier the result is not always the same
73 views
Asked by Roman Reimche
Barrier with an async postPhaseAction in C#
140 views
Asked by Dr. Strangelove
MPI send function not blocking and continuing execution
59 views
Asked by Ethan Harness
How to pass an std::barrier with a lambda completion function to a named function in C++
552 views
Asked by ZaellixA
Is there a way to run a funcion on several instances of a class at exactly the same time? Independent Multi-Metronome with MIDI ctrl
99 views
Asked by Miguel Angel Crozzoli
What is wrong with this implementation of Barrier using atomics in Rust?
428 views
Asked by MaiaVictor
I can't understand what values the function std::barrier sync_point takes
35 views
Asked by Olga Puzikova
torch.distributed.barrier() added on all processes not working
1.3k views
Asked by Priya Gupta