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 nvidia

0 votes
590 views
1 answer
    My laptop doesn't have a nVidia graphic cards, and I want to work on CUDA. The website says that CUDA can be ... that .obj file is not found. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
426 views
1 answer
    The size of the shared memory ("local memory" in OpenCL terms) is only 16 KiB on most nVIDIA GPUs of today. ... than 16 KiB of shared memory ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
282 views
1 answer
    If I transfer a single byte from a CUDA kernel to PCI-E to the host (zero-copy memory), how much is ... with respect to transferring 200 MBs? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
388 views
1 answer
    I've recently installed a second GPU (Tesla K40) on my machine at home and my searches have suggested that ... on would be greatly appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
527 views
1 answer
    I'm study cuda 5.5 but i don't have any Nvidia GPU. In old version of nvcc have a flag --multicore to ... the option?? I'm working on Linux. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
460 views
1 answer
    I read that one can use kernel launches to synchronize different blocks i.e., If i want all blocks to complete ... know where i am going wrong See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
485 views
1 answer
    I'm trying to compile a cuda test program on Windows 7 via Command Prompt, I'm this command: nvcc test.cu ... What may be causing this error? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
469 views
1 answer
    What is the relationship between a CUDA core, a streaming multiprocessor and the CUDA model of blocks and threads? ... core. Is this correct? 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

...