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 cuda

0 votes
1.8k views
1 answer
    I know that nvidia-smi -l 1 will give the GPU usage every one second (similarly to the following). However, I would ... --------------+ See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
893 views
1 answer
    Since CUDA 5.5, the CUBLAS library contains routines for batched matrix factorization and inversion (cublas<t>getrfBatched ... ); return 0; } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I've recently gotten my head around how NVCC compiles CUDA device code for different compute architectures. From ... at compilation or runtime. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I'm searching for a way to use the GPU from inside a docker container. The container will execute arbitrary ... how to pull that off exactly See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
969 views
1 answer
    I'd like to implement this atomic function in CUDA: __device__ float lowest; // global var __device__ int lowIdx ... with PTXAS (assembly) code? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Im trying to increase the timeout on the GPU from its default setting of 2 seconds to something a little longer. ... :....MainView.cs:line 338 Inner exception: Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
974 views
1 answer
    I'm encountering an "unspecified launch failure" when running my program in Cuda . I've checked the errors . The program ... , but can't figure to find it . Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
941 views
1 answer
    I'm new to cuda. I want to add up two 2d array into a third array. I use following code: ... array ? If possible, please explain using code samples. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    We are trying to use some of the cooperative groups features in CUDA to write a small application. We are ... error-class-cooperative-groups-v1thread-block-has-no-member-is-valid...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
880 views
1 answer
    (Closed.) This question does not meet Stack Overflow guidelines. It is not currently accepting answers. question ... .com/questions/16438099/high-level-gpu-programming-in-c...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    (Closed.) This question does not meet Stack Overflow guidelines. It is not currently accepting answers. question ... .com/questions/16438099/high-level-gpu-programming-in-c...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
894 views
1 answer
    (Closed.) This question does not meet Stack Overflow guidelines. It is not currently accepting answers. question ... .com/questions/16438099/high-level-gpu-programming-in-c...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I've recently gotten my head around how NVCC compiles CUDA device code for different compute architectures. From ... purpose-of-using-multiple-arch-flags-in-nvidias-nvcc-compiler...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I've recently gotten my head around how NVCC compiles CUDA device code for different compute architectures. From ... purpose-of-using-multiple-arch-flags-in-nvidias-nvcc-compiler...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I am a fairly new cuda user. (我是一个相当新的cuda用户 )I'm practicing on my first cuda application where I try to ... blockDim.x * gridDim.x; } } ask by menderft translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am a fairly new cuda user. (我是一个相当新的cuda用户 )I'm practicing on my first cuda application where I try to ... blockDim.x * gridDim.x; } } ask by menderft translate from so...
asked Feb 21, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have a question about the following task: (我对以下任务有疑问:) "Given a two-dimensional array "a[N][M]" so N lines of length M ... [Idx] + i] = i; } } } ask by Rabobsel translate from so...
asked Feb 21, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I'm compiling kernel(s) using NVRTC. Suppose I wrote one which uses more static shared memory than my GPU supports. ... of dynamic shared memory, so we can completely ignore it....
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I'm compiling kernel(s) using NVRTC. Suppose I wrote one which uses more static shared memory than my GPU supports. ... of dynamic shared memory, so we can completely ignore it....
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.8k views
1 answer
    I am trying to find the SVD of a complex matrix in Cuda using CuSolver library. The singular values are correct and matching the ... } else if (0 > devInfo_h) { printf("%d-th par...
asked Jan 25, 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

...