You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a new comer of Julia, and plan to conduct some research with the help of deep learning with Julia using Lux.jl and LuxCUDA.jl.
Firstly, the Nvidia driver (v560.94), CUDA driver (v12.6) and CUDA runtime (v12.1.66) were installed on the system. Then, the CUDA.jl packaged is installed in Julia.
Before I went to LuxCUDA.jl, I executed the test suite of the package by Pkg.test("CUDA") as indicated in the document of CUDA.jl. Then, long error information were presented in the REPL. Among the information, I found a sentence instructing me to submit this bug report.
The platform is Windows 11 23H2 (22631.4391), with Julia 1.11.0 (2024-10-07). The CPU is a AMD Ryzen 9 7950X 16-Core Processor and the GPU is NVIDIA GeForce RTX 4060 Ti (16 GiB). The error information is given as follows:
The bug report is submitted according to the instruction from the error information shown in Julia REPL.
...
From worker 3:
From worker 3: Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
From worker 3: Exception: EXCEPTION_BREAKPOINT at 0x7ffedc5503ec -- _ZNK4llvm15NVPTXAsmPrinter24getPTXFundamentalTypeStrB5cxx11EPNS_4TypeEb at C:\Users\admin\AppData\Local\julias\julia-1.11\bin\libLLVM-16jl.dll (unknown line)
From worker 3: in expression starting at C:\Users\admin\.julia\packages\CUDA\2kjXI\test\core\device\intrinsics\atomics.jl:5
...
The text was updated successfully, but these errors were encountered:
Describe the bug
I am a new comer of Julia, and plan to conduct some research with the help of deep learning with Julia using
Lux.jl
andLuxCUDA.jl
.Firstly, the Nvidia driver (v560.94), CUDA driver (v12.6) and CUDA runtime (v12.1.66) were installed on the system. Then, the
CUDA.jl
packaged is installed in Julia.Before I went to
LuxCUDA.jl
, I executed the test suite of the package byPkg.test("CUDA")
as indicated in the document ofCUDA.jl
. Then, long error information were presented in the REPL. Among the information, I found a sentence instructing me to submit this bug report.The platform is Windows 11 23H2 (22631.4391), with Julia 1.11.0 (2024-10-07). The CPU is a AMD Ryzen 9 7950X 16-Core Processor and the GPU is NVIDIA GeForce RTX 4060 Ti (16 GiB). The error information is given as follows:
To reproduce
The Minimal Working Example (MWE) for this bug:
Manifest.toml
Expected behavior
It is expected that the test can be passed without errors.
Version info
Details on Julia:
Details on CUDA:
Additional context
The bug report is submitted according to the instruction from the error information shown in Julia REPL.
The text was updated successfully, but these errors were encountered: