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
24
questions and find answers to
142
problems.
Stats
3.8k
EtPoint
1.2k
Vote count
24
questions
142
answers
About
Writing CUDA kernels for interpolation
Vitality questions
Apparently redundant operations in disassembled CUDA microcode
2D Finite Difference Time Domain (FDTD) in CUDA
Internal Memcheck Error: Memcheck failed initialization as profiler is attached
Converting Thrust device iterators to raw pointers
Disabling Fused Multiply-Add in CUDA under Visual Studio 2010
CUDA assembly instructions
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
Vitality answers
How performing fast Catmull-Rom texture tiltering by linear interpolations?
Solving tridiagonal linear systems in CUDA
Solving 2d diffusion (heat) equation with CUDA
Performance of static versus dynamic CUDA shared memory allocation
Internal Memcheck Error: Memcheck failed initialization as profiler is attached
CUDA invalid argument when trying to copy struct to device's memory (cudaMemcpy)
Converting Thrust device iterators to raw pointers
Google Colab code change always produces "TabError: Inconsistent use of tab and spaces in indentation"
Optimizing a CUDA kernel with irregular memory accesses
Should we reuse the cublasHandle_t across different calls?