Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Roger Dahl
Roger Dahl has asked
23
questions and find answers to
76
problems.
Stats
1.7k
EtPoint
468
Vote count
23
questions
76
answers
About
Need a computation accelerated with CUDA C? I may be available for consulting in the areas of:
Parallelization
Implementation
Optimization
Roger Dahl questions
What is static and dynamic scheduling on GPUs?
In NVIDIA GPU profiling, what are sub-partitions, sectors and units?
IEEE-754 floating point: Divide first or multiply first for best precision?
Understanding the symbol parameter of cudaMemcpyFromSymbol()
CUDA: In which memory space is a fixed size array stored?
What are "Other" Issue Stall Reasons displayed by the Nsight profiler?
In Python, how do I determine if an object still exists?
boost::filesystem and Unicode under Linux and Windows
cudaMallocManaged() returns "operation not supported"
Decoding an ASN.1 DER OCTET STRING with OpenSSL
Roger Dahl answers
Should I use CUDA here?
2D Finite Difference Time Domain (FDTD) in CUDA
CUDA efficient division?
How to specify alignment for global device variables in CUDA
CUDA. Shared Memory vs Constant
Can string data types be used in C++ CUDA kernels?
how to free device_vector<int>
How do I enable syntax highlighting of CUDA .cu files in Visual Studio 2010?
Is there an equivalent to memcpy() that works inside a CUDA kernel?
segmented reduction with scattered segments