Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Vitality
Vitality has asked
18
questions and find answers to
132
problems.
Stats
3.6k
EtPoint
1.2k
Vote count
18
questions
132
answers
About
Writing CUDA kernels for interpolation
Vitality questions
rint not present in Visual Studio 2010 math.h and equivalent of CUDA rint
Global Memory Load/Store Efficiency and Global Memory Coalescence
Expression templates: improving performance in evaluating expressions?
Analyzing memory access coalescing of my CUDA kernel
LINK : fatal error LNK1104: cannot open file 'libcpmt.lib' after manually configuring the LIB environmental variable
Accelerating FFTW pruning to avoid massive zero padding
Copying strided data in C++
CUDA external class linkage and unresolved extern function in ptxas file
Vitality answers
Should we reuse the cublasHandle_t across different calls?
Replicate a vector multiple times using CUDA Thrust
Maximum number of resident threads per multiprocessor VS. Maximum number of resident blocks per multiprocessor
Latency of shuffle instructions in CUDA
What is the difference between cudaMemcpy() and cudaMemcpyPeer() for P2P-copy?
How to measure overhead of a kernel launch in CUDA
Yet Another CUDA Texture Memory Thread. (Why should texture memory be faster on Fermi?)
Proper implementation of cubic spline interpolation
Getting CUDA Thrust to use a CUDA stream of your choice
N-Body CUDA optimization