Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Cuda init error #10

Open
act65 opened this issue Aug 22, 2016 · 1 comment
Open

Cuda init error #10

act65 opened this issue Aug 22, 2016 · 1 comment

Comments

@act65
Copy link

act65 commented Aug 22, 2016

Hey, just trying out numba (dont really know what I am doing...).

Anyway, I get this error when I try to run some of the examples. Any thoughts?

CudaSupportError: Error at driver init: 
[3] Call to cuInit results in CUDA_ERROR_NOT_INITIALIZED:

Are these examples supposed to work with just numba?

@sklam
Copy link
Contributor

sklam commented Sep 6, 2016

Sorry for the delay.

Some of the examples do work with just numba. There is also an example directory in the numba repo: https://github.com/numba/numba/tree/master/examples.

The error message suggests that a problem occurred during the initialization of the CUDA driver. This is likely a result of an out-of-date CUDA driver. Please make sure you have the latest CUDA driver for your platform.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants