cuda tag

16 questions


1 answers
72 views
0
CUDA Replaces FFT Part in Library

We have created a blurring image processing program in C language based on reference. (CPU)I am thinking of processing the FFT part using the cufft library. (Replace the FFT part with GPU) unsigned ch...

1 years ago

2 answers
61 views
0
How do I make CUDA available on Windows 10+Anaconda?

I didn't get a response from Teratail, so I'm posting it here.I would like to move the AI image generation package called BigSleep.I installed the latest version of Anaconda 3.9 on Windows 10 (with RT...


3 answers
94 views
0
I want to install CUDA Toolkit on GeForce 930M's stuck laptop

I want to install CUDA Toolkit 7.5 on a GeForce 930M laptop in Windows 10, but it doesn't work.I don't expect any performance, but I would like to make it into a laptop with an environment where I can...

1 years ago

1 answers
72 views
0
What does cudadevicereset() do in relation to CUDA runtime API?

What is the role of cudaDeviceReset();?Does the printf contained in the kernel run only if it has a cudaDeviceReset(); acting like cudaMemcpy? I wonder what changes if I write cudaDeviceReset(); cudaD...

1 years ago

1 answers
80 views
0
Problem with cuda version of python tensorflow-gpu in anaconda

While learning deep learning, I'm going to use Anaconda and Pi-Cham to run deep learningI want to take some of them from the paper and turn them into tensorflow-gpu.Request CUDA 10.0 (cudart64_100.dll...

1 years ago

1 answers
85 views
0
Why is it written in C language when Python Pycuda is developed? Is it impossible in other languages?

I am studying pycuda in Python. During the development of pycuda, it was written in C language within the kernel function like C language-based cudaIs it because the Nvidia graphics card works based o...

1 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.