-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Faced some errors while testing cuda in Julia #3
Comments
Both errors are |
Yes. Can it be solved by using parallelization? Is there any methods to parallelize the tests? |
Parallelizing the tests would only increase memory usage, since there'd be multiple ones running at the same time. These are fairly low-level tests creating contexts, and there's no way around requiring some memory for those. |
I rebooted the system and closed some of the tabs. All the tests passed. |
Specs :
Device : Ubuntu 19.10(eaon)
Driver : 03:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 920MX] (rev a2)
nvidia driver : 440.33.01
nvidia cuda toolkit :10.2
gcc version : 7.4
While running
Pkg.test(["CUDAnative", "CUDAdrv", "CuArrays"])
I faced few errors which is listed as CUDAnative errors and CUDAdrv errors. CuArrays passed all the tests.
The text was updated successfully, but these errors were encountered: