dynamic-parallelism Questions
0
This might be a simple question, but I have not been able to find any references to this topic: How do I launch a kernel from within another kernel?. The only relevant example I came across is the ...
Rea asked 2/7, 2018 at 13:34
2
Solved
We are having performance issues when using the CUDA Dynamic Parallelism. At this moment, CDP is performing at least 3X slower than a traditional approach.
We made the simplest reproducible code to...
Orontes asked 19/7, 2017 at 21:10
1
Solved
I am trying to call cudaMemsetAsync from kernel (so called "dynamic parallelism"). But no matter what value I use, it always set memory to 0.
Here is my test code:
#include "cuda_runtime.h"
#incl...
Uzbek asked 17/5, 2017 at 14:58
1
Solved
I switched to a new GPU GeForce GTX 980 with cc 5.2, so it must support dynamic parallelism. However, I was not able to compile even a simple code (from programming guide). I will not provide it he...
Arndt asked 9/1, 2015 at 0:8
1
Solved
I am trying to use dynamic parallelism to improve an algorithm I have in CUDA. In my original CUDA solution, every thread computes a number that is common for each block. What I want to do is to fi...
Novanovaculite asked 7/1, 2014 at 11:7
1
© 2022 - 2024 — McMap. All rights reserved.