pycuda on Windows is crashing with access violation
Open
- Dominant language
- Python
- Stars
- 2.1k
- Forks
- 298
- Avg merge
- 4m
- Merged PRs (30d)
- 1
Description
## Behavior
pycuda crashes immediately when trying to do something useful with it..
Any ideas?
## Example to reproduce
```py
import pycuda.driver as cuda
a_gpu = cuda.mem_alloc(64)
```
## Resulting error
```
"C:\Program Files (x86)\Python38\python.exe" C:/Users/.../main.py
Process finished with exit code -1073741819 (0xC0000005)
```
## Environment
- Windows 10 (Build 19041.630)
- Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 22:39:24) [MSC v.1916 32 bit (Intel)] on win32
- pycuda 2020.1
- CUDA 11.2
- NVIDIA Driver Version: 461.33
- GPU: NVIDIA GeForce GTX TITAN X
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.