python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Getting "nvcc preprocessing ... failed error" - Pycuda
I am trying to use PyCuda right now. I followed the tutorial on the official page and this code is working perfectly in my environment.
import pycuda.driver as cuda
import pycuda.autoinit
from pycuda....
Tuna Yüce
Votes: 0
Answers: 0
how Create program using binary in CUDA?
I had code in OpenCL where I use clCreateProgramWithBinary() to create the program from binary.
I am porting this application to CUDA and I don't find any similar function.
Can someone help me with ho...

Paritosh Kulkarni
Votes: 0
Answers: 1
Cupy array construction from existing GPU pointer
I would like to construct a Cupy GPU array view of the array that already exists on the GPU and I'm handed the following:
Pointer to the array.
I know the data type and the size of the data.
I'm also...

LemurPwned
Votes: 0
Answers: 1
PyCUDA -- problems importing pycuda.driver
Windows 10
Python 3.8
CUDA 11.5
I've installed what I believe to be a matching pycuda from this file:
pycuda-2021.1+cuda115-cp38-cp38-win_amd64.whl
This simple example fails
import pycuda.driver as ...
evan
Votes: 0
Answers: 1