Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Alex
Alex has asked
133
questions and find answers to
13
problems.
Stats
978
EtPoint
115
Vote count
133
questions
13
answers
About
Alex questions
Are there any benchmarks for CUDA-GPU or for MPI-CPU+CUDA-GPU? [closed]
What is the impact SFENCE and LFENCE to caches of neighboring cores?
Can I use a single address space for the GPU, CPU and FPGA look like to CUDA UVA?
How can I get the list of GPU cards to which are connected monitors?
If we marked memory as WC(Write Combined), then do we have any consistency automatically?
What difference between cudaDeviceScheduleBlockingSync and cudaDeviceScheduleYield?
Can I use in RDMA via Infiniband Load/Store access from GPU2-Cores to GPU1-RAM in the different PCIe-Bus?
What is the main difference between RSS, RPS and RFS?
Does the official OpenCL 2.2 standard support the WaveFront?
Do atomic CAS-operations on x86_64 and ARM always use std::memory_order_seq_cst?
Alex answers
How can I get the list of GPU cards to which are connected monitors?
should I label and train on all objects that exist in the training set (yolo darknet)
Concatenating template parameter packs for a unary argument
Does the semantics of `std::memory_order_acquire` requires processor instructions on x86/x86_64?
Does atomic_thread_fence(memory_order_seq_cst) have the semantics of a full memory barrier?
Can x86 reorder a narrow store with a wider load that fully contains it?
Does standard C++11 guarantee that memory_order_seq_cst prevents StoreLoad reordering of non-atomic around an atomic?
When are x86 LFENCE, SFENCE and MFENCE instructions required?