Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged gpgpu

0 votes
515 views
1 answer
    I'm new in CUDA, and cannot understand what I'm doing wrong. I'm trying to calculate the distance of object ... pow not defined in kernel code? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
346 views
1 answer
    When timing CUDA kernels, the following doesn't work because the kernel doesn't block the CPU program execution ... )*1000; //milliseconds } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
442 views
1 answer
    According to "CUDA C Programming Guide", a constant memory access benefits only if a multiprocessor constant ... of device memory otherwise. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
509 views
1 answer
    As the following error implies, calling a host function ('rand') is not allowed in kernel, and I wonder ... ("xS_v1_cuda") is not allowed See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
330 views
1 answer
    My CUDA program crashed during execution, before memory was flushed. As a result, device memory remained occupied. ... memory in this situation? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
545 views
1 answer
    I am writing a CUDA kernel in which I'm using the string data type in C++. However, the compiler is throwing ... a char array within a kernel? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
319 views
1 answer
    It is not a secret that on CUDA 4.x the first call to cudaMalloc can be ridiculously slow (which was ... has plausible explanation for this ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
212 views
1 answer
    I've tried a bunch of different Tensorflow examples, which works fine on the CPU but generates the same error when ... taking up your time... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
165 views
1 answer
    I'm trying to write a kernel whose threads iteratively process items in a work queue. My understanding is that ... marked_device)); return 0; } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
330 views
1 answer
    If I start my kernel with a grid whose blocks have dimensions: dim3 block_dims(16,16); How are the grid ... GPU Compute Capability of 2.0. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...