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
julia>using AMDGPU
julia>ROCArray{Float32}(undef, 4)
julia:/home/pxl-th/code/clr/rocclr/os/os_posix.cpp:310: static void amd::Os::currentStackInfo(unsigned char**, size_t*): Assertion `Os::currentStackPtr() >= *base - *size && Os::currentStackPtr() < *base && "just checking"' failed.[14718] signal (6.-6): Abortedin expression starting at REPL[4]:1pthread_kill at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)raise at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)abort at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)unknown function (ip: 0x7f21e1a2871a)__assert_fail at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)currentStackInfo at /home/pxl-th/code/clr/rocclr/os/os_posix.cpp:310HostThread at /home/pxl-th/code/clr/rocclr/thread/thread.cpp:34hipGetDeviceCount at /home/pxl-th/code/clr/hipamd/src/hip_device_runtime.cpp:546hipGetDeviceCount at /home/pxl-th/.julia/dev/AMDGPU/src/hip/libhip.jl:42 [inlined]ndevices at /home/pxl-th/.julia/dev/AMDGPU/src/hip/device.jl:79 [inlined]pool_cleanup at /home/pxl-th/.julia/dev/AMDGPU/src/runtime/memory/hip.jl:12#3 at /home/pxl-th/.julia/dev/AMDGPU/src/runtime/memory/hip.jl:56unknown function (ip: 0x7f21e10931d2)_jl_invoke at /home/pxl-th/code/julia/src/gf.c:2873 [inlined]ijl_apply_generic at /home/pxl-th/code/julia/src/gf.c:3074jl_apply at /home/pxl-th/code/julia/src/julia.h:1976 [inlined]start_task at /home/pxl-th/code/julia/src/task.c:1238Allocations: 2003867 (Pool: 2002058; Big: 1809); GC: 3Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
Debug HIP build triggers following assertion:
The text was updated successfully, but these errors were encountered: