-
-
Notifications
You must be signed in to change notification settings - Fork 83
BoundsError when initializing CuArrays #412
Comments
Known issue in Julia 1.0, but otherwise harmless. Not present in Julia 1.1 or higher. |
That is good news that it is not present in Julia 1.1 or higher. However the version 1.0.4 is the current long-term support (LTS) release; thus, I believe it would be important to fix this error. We are starting to support Julia on our supercomputer with a site-wide installation and most users will probably use the long-term support release... |
Understandably; you'd need to file an upstream issue about that. Probably fairly easy to figure out by bisecting and grepping on the error message. |
Is this a bug in Julia rather than in CuArrays? (BTW, I tried with Julia 1.0.5; the bug is still there) |
Yes, this is a bug in Julia, and hasn't been fixed in the 1.0 series. If you try 1.1 or 1.2, the issue will be gone. But again, if you ignore the visual noise CuArrays should work just fine on 1.0 too :-) |
OK, thanks. As this error message is harmless as you say, is there maybe an easy way to suppress the error message until this issue is fixed in Julia 1.0? A potential new Julia user might get an unjustified bad impression of your package when using CuArrays with Julia version 1.0. I know about the quality of the packages you are developing, but new users don't... We have now installed Julia and your packages site-wide and the first thing a new user sees when trying it out is this error message... |
I'll have a go at bisecting the fix, maybe we can put it in the next 1.0. |
Already reported at JuliaLang/julia#30093. |
Perfect! Thanks! |
Describe the bug
I obtain a
BoundsError
when initializingCuArrays
.To Reproduce
The Minimal Working Example (MWE) for this bug:
Expected behavior
Initialization without error.
Build log
Environment details (please complete this section)
Details on Julia:
Julia packages:
CUDA: toolkit and driver version
26) cudatoolkit/9.1.85_3.18-6.0.7.0_5.1__g2eb7c52
omlins@nid04276:~> nvidia-smi
Tue Sep 10 12:55:25 2019
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 396.44 Driver Version: 396.44 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Tesla P100-PCIE... On | 00000000:02:00.0 Off | 0 |
| N/A 26C P0 29W / 250W | 0MiB / 16280MiB | 0% E. Process |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
Additional context
The text was updated successfully, but these errors were encountered: