JuliaGPU/AMDGPU.jl

Test failures locally on 1.9.0-beta4 -- Radeon 6800XT

Closed this issue · 3 comments

WARNING: Method definition f(Any) in module Main at /home/vchuravy/src/AMDGPU/test/device/launch.jl:153 overwritten at /home/vchuravy/src/AMDGPU/test/device/launch.jl:159.
Dynamic: Test Failed at /home/vchuravy/src/AMDGPU/test/device/launch.jl:184
  Expression: occ1 != occ2
   Evaluated: (max_blocks_per_CU = 1, best_block_size = 1024, best_blocks_per_CU = 1, num_blocks_per_grid = 72, GPR_waves = 128, alu_limited_threads = 1024, SGPR_count = 6, VGPR_count = 5, LDS_size = 64, wavefront_size = 32) != (max_blocks_per_CU = 1, best_block_size = 1024, best_blocks_per_CU = 1, num_blocks_per_grid = 72, GPR_waves = 128, alu_limited_threads = 1024, SGPR_count = 6, VGPR_count = 5, LDS_size = 64, wavefront_size = 32)
Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:477 [inlined]
 [2] macro expansion
   @ ~/src/AMDGPU/test/device/launch.jl:184 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:1496 [inlined]
 [4] macro expansion
   @ ~/src/AMDGPU/test/device/launch.jl:182 [inlined]
 [5] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:1496 [inlined]
 [6] macro expansion
   @ ~/src/AMDGPU/test/device/launch.jl:169 [inlined]
 [7] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:1496 [inlined]
 [8] top-level scope
   @ ~/src/AMDGPU/test/device/launch.jl:130
device_sleep/memtime/memrealtime: Test Failed at /home/vchuravy/src/AMDGPU/test/device/execution_control.jl:45
  Expression: all(Array(RX))
Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:477 [inlined]
 [2] macro expansion
   @ ~/src/AMDGPU/test/device/execution_control.jl:45 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:1496 [inlined]
 [4] macro expansion
   @ ~/src/AMDGPU/test/device/execution_control.jl:33 [inlined]
 [5] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:1496 [inlined]
 [6] top-level scope
   @ ~/src/AMDGPU/test/device/execution_control.jl:3
Running GPUArrays TestSuite - indexing find
findmax & findmin: Test Failed at /home/vchuravy/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:147
  Expression: isequal(findmax(x), findmax(AT(x)))
   Evaluated: isequal((NaN32, 32), (NaN32, 33))
Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:477 [inlined]
 [2] macro expansion
   @ ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:147 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:1496 [inlined]
 [4] (::Main.TestSuite.var"#77#79")(AT::Type{ROCArray}, eltypes::NTuple{12, DataType})
   @ Main.TestSuite ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:142
findmax & findmin: Test Failed at /home/vchuravy/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:148
  Expression: isequal(findmax(x; dims = 1), Array.(findmax(AT(x); dims = 1)))
   Evaluated: isequal((Float32[NaN], [32]), (Float32[NaN], [33]))
Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:477 [inlined]
 [2] macro expansion
   @ ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:148 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:1496 [inlined]
 [4] (::Main.TestSuite.var"#77#79")(AT::Type{ROCArray}, eltypes::NTuple{12, DataType})
   @ Main.TestSuite ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:142
findmax & findmin: Test Failed at /home/vchuravy/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:156
  Expression: isequal(findmax(x), findmax(AT(x)))
   Evaluated: isequal((NaN32, CartesianIndex(3, 1)), (NaN32, CartesianIndex(7, 2)))
Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:477 [inlined]
 [2] macro expansion
   @ ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:156 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:1496 [inlined]
 [4] (::Main.TestSuite.var"#77#79")(AT::Type{ROCArray}, eltypes::NTuple{12, DataType})
   @ Main.TestSuite ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:142
findmax & findmin: Test Failed at /home/vchuravy/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:157
  Expression: isequal(findmax(x; dims = 1), Array.(findmax(AT(x); dims = 1)))
   Evaluated: isequal((Float32[NaN NaN … 0.6713433 0.9817043], CartesianIndex{2}[CartesianIndex(3, 1) CartesianIndex(7, 2) … CartesianIndex(2, 9) CartesianIndex(8, 10)]), (Float32[NaN NaN … 0.6713433 0.9817043], CartesianIndex{2}[CartesianIndex(3, 1) CartesianIndex(7, 2) … CartesianIndex(2, 9) CartesianIndex(8, 10)]))
Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:477 [inlined]
 [2] macro expansion
   @ ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:157 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:1496 [inlined]
 [4] (::Main.TestSuite.var"#77#79")(AT::Type{ROCArray}, eltypes::NTuple{12, DataType})
   @ Main.TestSuite ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:142
findmax & findmin: Test Failed at /home/vchuravy/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:166
  Expression: isequal(findmax(x), findmax(AT(x)))
   Evaluated: isequal((NaN32, CartesianIndex(6, 1, 1)), (NaN32, CartesianIndex(5, 1, 10)))
Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:477 [inlined]
 [2] macro expansion
   @ ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:166 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:1496 [inlined]
 [4] (::Main.TestSuite.var"#77#79")(AT::Type{ROCArray}, eltypes::NTuple{12, DataType})
   @ Main.TestSuite ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:142
findmax & findmin: Test Failed at /home/vchuravy/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:168
  Expression: isequal(findmax(x; dims = 2), Array.(findmax(AT(x); dims = 2)))
   Evaluated: isequal(([0.9089036; 0.9651386; … ; 0.83927673; NaN;;; 0.9181036; 0.96281826; … ; 0.8333318; 0.9500815;;; 0.6317166; 0.9231654; … ; 0.99568266; 0.87964827;;; 0.7217207; 0.83705056; … ; 0.95116496; 0.92556804;;; 0.9658179; 0.95918345; … ; 0.9699442; 0.9061826;;; 0.8551148; 0.9922725; … ; 0.96487755; 0.55588776;;; 0.9364953; 0.7153349; … ; NaN; 0.9890659;;; 0.8666824; 0.82177156; … ; 0.9393432; 0.9374971;;; NaN; 0.91082144; … ; 0.7276236; NaN;;; 0.9487171; 0.99555534; … ; 0.9719642; 0.9886668], [CartesianIndex(1, 8, 1); CartesianIndex(2, 5, 1); … ; CartesianIndex(9, 8, 1); CartesianIndex(10, 6, 1);;; CartesianIndex(1, 6, 2); CartesianIndex(2, 4, 2); … ; CartesianIndex(9, 3, 2); CartesianIndex(10, 10, 2);;; CartesianIndex(1, 10, 3); CartesianIndex(2, 10, 3); … ; CartesianIndex(9, 7, 3); CartesianIndex(10, 3, 3);;; CartesianIndex(1, 5, 4); CartesianIndex(2, 7, 4); … ; CartesianIndex(9, 4, 4); CartesianIndex(10, 4, 4);;; CartesianIndex(1, 2, 5); CartesianIndex(2, 9, 5); … ; CartesianIndex(9, 6, 5); CartesianIndex(10, 4, 5);;; CartesianIndex(1, 4, 6); CartesianIndex(2, 8, 6); … ; CartesianIndex(9, 10, 6); CartesianIndex(10, 4, 6);;; CartesianIndex(1, 5, 7); CartesianIndex(2, 6, 7); … ; CartesianIndex(9, 6, 7); CartesianIndex(10, 9, 7);;; CartesianIndex(1, 10, 8); CartesianIndex(2, 7, 8); … ; CartesianIndex(9, 8, 8); CartesianIndex(10, 7, 8);;; CartesianIndex(1, 7, 9); CartesianIndex(2, 4, 9); … ; CartesianIndex(9, 6, 9); CartesianIndex(10, 8, 9);;; CartesianIndex(1, 8, 10); CartesianIndex(2, 6, 10); … ; CartesianIndex(9, 8, 10); CartesianIndex(10, 10, 10)]), ([0.9089036; 0.9651386; … ; 0.83927673; NaN;;; 0.9181036; 0.96281826; … ; 0.8333318; 0.9500815;;; 0.6317166; 0.9231654; … ; 0.99568266; 0.87964827;;; 0.7217207; 0.83705056; … ; 0.95116496; 0.92556804;;; 0.9658179; 0.95918345; … ; 0.9699442; 0.9061826;;; 0.8551148; 0.9922725; … ; 0.96487755; 0.55588776;;; 0.9364953; 0.7153349; … ; NaN; 0.9890659;;; 0.8666824; 0.82177156; … ; 0.9393432; 0.9374971;;; NaN; 0.91082144; … ; 0.7276236; NaN;;; 0.9487171; 0.99555534; … ; 0.9719642; 0.9886668], [CartesianIndex(1, 8, 1); CartesianIndex(2, 5, 1); … ; CartesianIndex(9, 8, 1); CartesianIndex(10, 6, 1);;; CartesianIndex(1, 6, 2); CartesianIndex(2, 4, 2); … ; CartesianIndex(9, 3, 2); CartesianIndex(10, 10, 2);;; CartesianIndex(1, 10, 3); CartesianIndex(2, 10, 3); … ; CartesianIndex(9, 7, 3); CartesianIndex(10, 3, 3);;; CartesianIndex(1, 5, 4); CartesianIndex(2, 7, 4); … ; CartesianIndex(9, 4, 4); CartesianIndex(10, 4, 4);;; CartesianIndex(1, 2, 5); CartesianIndex(2, 9, 5); … ; CartesianIndex(9, 6, 5); CartesianIndex(10, 4, 5);;; CartesianIndex(1, 4, 6); CartesianIndex(2, 8, 6); … ; CartesianIndex(9, 10, 6); CartesianIndex(10, 4, 6);;; CartesianIndex(1, 5, 7); CartesianIndex(2, 6, 7); … ; CartesianIndex(9, 6, 7); CartesianIndex(10, 9, 7);;; CartesianIndex(1, 10, 8); CartesianIndex(2, 7, 8); … ; CartesianIndex(9, 8, 8); CartesianIndex(10, 7, 8);;; CartesianIndex(1, 7, 9); CartesianIndex(2, 4, 9); … ; CartesianIndex(9, 6, 9); CartesianIndex(10, 8, 9);;; CartesianIndex(1, 8, 10); CartesianIndex(2, 6, 10); … ; CartesianIndex(9, 8, 10); CartesianIndex(10, 10, 10)]))
Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:477 [inlined]
 [2] macro expansion
   @ ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:168 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:1496 [inlined]
 [4] (::Main.TestSuite.var"#77#79")(AT::Type{ROCArray}, eltypes::NTuple{12, DataType})
   @ Main.TestSuite ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:142
findmax & findmin: Test Failed at /home/vchuravy/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:169
  Expression: isequal(findmax(x; dims = 3), Array.(findmax(AT(x); dims = 3)))
   Evaluated: isequal(([0.77337086 0.9658179 … 0.8610415 0.8666824; 0.9110949 0.91759825 … 0.95918345 0.94234025; … ; 0.8948335 0.9501287 … 0.90682554 0.96487755; 0.8329587 0.9079894 … 0.9890659 0.9886668;;;], [CartesianIndex(1, 1, 9) CartesianIndex(1, 2, 5) … CartesianIndex(1, 9, 9) CartesianIndex(1, 10, 8); CartesianIndex(2, 1, 6) CartesianIndex(2, 2, 6) … CartesianIndex(2, 9, 5) CartesianIndex(2, 10, 10); … ; CartesianIndex(9, 1, 10) CartesianIndex(9, 2, 10) … CartesianIndex(9, 9, 6) CartesianIndex(9, 10, 6); CartesianIndex(10, 1, 5) CartesianIndex(10, 2, 7) … CartesianIndex(10, 9, 7) CartesianIndex(10, 10, 10);;;]), ([0.77337086 0.9658179 … 0.8610415 0.8666824; 0.9110949 0.91759825 … 0.95918345 0.94234025; … ; 0.8948335 0.9501287 … 0.90682554 0.96487755; 0.8329587 0.9079894 … 0.9890659 0.9886668;;;], [CartesianIndex(1, 1, 9) CartesianIndex(1, 2, 5) … CartesianIndex(1, 9, 9) CartesianIndex(1, 10, 8); CartesianIndex(2, 1, 6) CartesianIndex(2, 2, 6) … CartesianIndex(2, 9, 5) CartesianIndex(2, 10, 10); … ; CartesianIndex(9, 1, 10) CartesianIndex(9, 2, 10) … CartesianIndex(9, 9, 6) CartesianIndex(9, 10, 6); CartesianIndex(10, 1, 5) CartesianIndex(10, 2, 7) … CartesianIndex(10, 9, 7) CartesianIndex(10, 10, 10);;;]))
Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:477 [inlined]
 [2] macro expansion
   @ ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:169 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:1496 [inlined]
 [4] (::Main.TestSuite.var"#77#79")(AT::Type{ROCArray}, eltypes::NTuple{12, DataType})
   @ Main.TestSuite ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:142
findmax & findmin: Test Failed at /home/vchuravy/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:177
  Expression: isequal(findmin(x), findmin(AT(x)))
   Evaluated: isequal((NaN32, 32), (NaN32, 33))
Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:477 [inlined]
 [2] macro expansion
   @ ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:177 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:1496 [inlined]
 [4] (::Main.TestSuite.var"#77#79")(AT::Type{ROCArray}, eltypes::NTuple{12, DataType})
   @ Main.TestSuite ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:142
findmax & findmin: Test Failed at /home/vchuravy/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:178
  Expression: isequal(findmin(x; dims = 1), Array.(findmin(AT(x); dims = 1)))
   Evaluated: isequal((Float32[NaN], [32]), (Float32[NaN], [33]))
Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:477 [inlined]
 [2] macro expansion
   @ ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:178 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:1496 [inlined]
 [4] (::Main.TestSuite.var"#77#79")(AT::Type{ROCArray}, eltypes::NTuple{12, DataType})
   @ Main.TestSuite ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:142
findmax & findmin: Test Failed at /home/vchuravy/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:186
  Expression: isequal(findmin(x), findmin(AT(x)))
   Evaluated: isequal((NaN32, CartesianIndex(7, 1)), (NaN32, CartesianIndex(3, 9)))
Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:477 [inlined]
 [2] macro expansion
   @ ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:186 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:1496 [inlined]
 [4] (::Main.TestSuite.var"#77#79")(AT::Type{ROCArray}, eltypes::NTuple{12, DataType})
   @ Main.TestSuite ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:142
findmax & findmin: Test Failed at /home/vchuravy/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:187
  Expression: isequal(findmin(x; dims = 1), Array.(findmin(AT(x); dims = 1)))
   Evaluated: isequal((Float32[NaN 0.105942786 … NaN NaN], CartesianIndex{2}[CartesianIndex(7, 1) CartesianIndex(9, 2) … CartesianIndex(3, 9) CartesianIndex(10, 10)]), (Float32[NaN 0.105942786 … NaN NaN], CartesianIndex{2}[CartesianIndex(7, 1) CartesianIndex(9, 2) … CartesianIndex(3, 9) CartesianIndex(10, 10)]))
Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:477 [inlined]
 [2] macro expansion
   @ ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:187 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:1496 [inlined]
 [4] (::Main.TestSuite.var"#77#79")(AT::Type{ROCArray}, eltypes::NTuple{12, DataType})
   @ Main.TestSuite ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:142
findmax & findmin: Test Failed at /home/vchuravy/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:188
  Expression: isequal(findmin(x; dims = 2), Array.(findmin(AT(x); dims = 2)))
   Evaluated: isequal((Float32[0.0467813; NaN; … ; 0.105485916; NaN;;], CartesianIndex{2}[CartesianIndex(1, 8); CartesianIndex(2, 3); … ; CartesianIndex(9, 3); CartesianIndex(10, 6);;]), (Float32[0.0467813; NaN; … ; 0.105485916; NaN;;], CartesianIndex{2}[CartesianIndex(1, 8); CartesianIndex(2, 3); … ; CartesianIndex(9, 3); CartesianIndex(10, 10);;]))
Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:477 [inlined]
 [2] macro expansion
   @ ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:188 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:1496 [inlined]
 [4] (::Main.TestSuite.var"#77#79")(AT::Type{ROCArray}, eltypes::NTuple{12, DataType})
   @ Main.TestSuite ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:142
findmax & findmin: Test Failed at /home/vchuravy/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:198
  Expression: isequal(findmin(x), findmin(AT(x)))
   Evaluated: isequal((NaN32, CartesianIndex(2, 1, 1)), (NaN32, CartesianIndex(3, 6, 4)))
Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:477 [inlined]
 [2] macro expansion
   @ ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:198 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:1496 [inlined]
 [4] (::Main.TestSuite.var"#77#79")(AT::Type{ROCArray}, eltypes::NTuple{12, DataType})
   @ Main.TestSuite ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:142
findmax & findmin: Test Failed at /home/vchuravy/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:201
  Expression: isequal(findmin(x; dims = 3), Array.(findmin(AT(x); dims = 3)))
   Evaluated: isequal(([0.097667396 0.04446 … 0.0930652 0.029449165; NaN 0.06555253 … NaN 0.0038082004; … ; 0.2120958 0.13570184 … 0.0010015368 0.2077657; 0.052643776 NaN … NaN 0.07140124;;;], [CartesianIndex(1, 1, 2) CartesianIndex(1, 2, 1) … CartesianIndex(1, 9, 1) CartesianIndex(1, 10, 4); CartesianIndex(2, 1, 1) CartesianIndex(2, 2, 1) … CartesianIndex(2, 9, 4) CartesianIndex(2, 10, 3); … ; CartesianIndex(9, 1, 4) CartesianIndex(9, 2, 3) … CartesianIndex(9, 9, 3) CartesianIndex(9, 10, 9); CartesianIndex(10, 1, 1) CartesianIndex(10, 2, 9) … CartesianIndex(10, 9, 4) CartesianIndex(10, 10, 6);;;]), ([0.097667396 0.04446 … 0.0930652 0.029449165; NaN 0.06555253 … NaN 0.0038082004; … ; 0.2120958 0.13570184 … 0.0010015368 0.2077657; 0.052643776 NaN … NaN 0.07140124;;;], [CartesianIndex(1, 1, 2) CartesianIndex(1, 2, 1) … CartesianIndex(1, 9, 1) CartesianIndex(1, 10, 4); CartesianIndex(2, 1, 1) CartesianIndex(2, 2, 1) … CartesianIndex(2, 9, 10) CartesianIndex(2, 10, 3); … ; CartesianIndex(9, 1, 4) CartesianIndex(9, 2, 3) … CartesianIndex(9, 9, 3) CartesianIndex(9, 10, 9); CartesianIndex(10, 1, 1) CartesianIndex(10, 2, 9) … CartesianIndex(10, 9, 4) CartesianIndex(10, 10, 6);;;]))
Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:477 [inlined]
 [2] macro expansion
   @ ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:201 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.9.0-beta4+0.x64.linux.gnu/share/julia/stdlib/v1.9/Test/src/Test.jl:1496 [inlined]
 [4] (::Main.TestSuite.var"#77#79")(AT::Type{ROCArray}, eltypes::NTuple{12, DataType})
   @ Main.TestSuite ~/.julia/packages/GPUArrays/XR4WO/test/testsuite/indexing.jl:142
Test Summary:                       | Pass  Fail  Total   Time
GPUArrays TestSuite - indexing find |   31    14     45  41.2s
  findfirst                         |    5            5   6.8s
  findmax & findmin                 |   22    14     36  21.0s
  argmax & argmin                   |    4            4   3.4s
``

and then the most fun:

Running GPUArrays TestSuite - reductions/sum prod
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
error in running finalizer: AMDGPU.Runtime.HSAError(code=AMDGPU.HSA.LibHSARuntime.hsa_status_t(0x00001003))
check at /home/vchuravy/src/AMDGPU/src/runtime/error.jl:35 [inlined]
macro expansion at /home/vchuravy/src/AMDGPU/src/runtime/memory.jl:588 [inlined]
macro expansion at /home/vchuravy/src/AMDGPU/src/runtime/thread-utils.jl:187 [inlined]
free_pooled at /home/vchuravy/src/AMDGPU/src/runtime/memory.jl:573
#94 at /home/vchuravy/src/AMDGPU/src/runtime/execution.jl:178
unknown function (ip: 0x7fbfe21e9f6b)
_jl_invoke at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2689 [inlined]
ijl_apply_generic at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2871
run_finalizer at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gc.c:298
jl_gc_run_finalizers_in_list at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gc.c:388
run_finalizers at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gc.c:434
jl_mutex_unlock at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/julia_locks.h:81 [inlined]
ijl_process_events at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/jl_uv.c:218
process_events at ./libuv.jl:107 [inlined]
wait at ./task.jl:974
#wait#621 at ./condition.jl:130
wait at ./condition.jl:125 [inlined]
_trywait at ./asyncevent.jl:138
wait at ./asyncevent.jl:155 [inlined]
sleep at ./asyncevent.jl:240
#hostcall_host_wait#85 at /home/vchuravy/src/AMDGPU/src/device/gcn/hostcall.jl:388
kwcall at /home/vchuravy/src/AMDGPU/src/device/gcn/hostcall.jl:363 [inlined]
macro expansion at /home/vchuravy/src/AMDGPU/src/device/gcn/hostcall.jl:277 [inlined]
#83 at ./threadingconstructs.jl:340
unknown function (ip: 0x7fbfe21d38ff)
_jl_invoke at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2689 [inlined]
ijl_apply_generic at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2871
jl_apply at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/julia.h:1874 [inlined]
start_task at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/task.c:1092
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
error in running finalizer: AMDGPU.Runtime.HSAError(code=AMDGPU.HSA.LibHSARuntime.hsa_status_t(0x00001003))
check at /home/vchuravy/src/AMDGPU/src/runtime/error.jl:35 [inlined]
macro expansion at /home/vchuravy/src/AMDGPU/src/runtime/memory.jl:588 [inlined]
macro expansion at /home/vchuravy/src/AMDGPU/src/runtime/thread-utils.jl:187 [inlined]
free_pooled at /home/vchuravy/src/AMDGPU/src/runtime/memory.jl:573
#94 at /home/vchuravy/src/AMDGPU/src/runtime/execution.jl:178
unknown function (ip: 0x7fbfe21e9f6b)
_jl_invoke at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2689 [inlined]
ijl_apply_generic at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2871
run_finalizer at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gc.c:298
jl_gc_run_finalizers_in_list at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gc.c:388
run_finalizers at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gc.c:434
jl_mutex_unlock at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/julia_locks.h:81 [inlined]
ijl_process_events at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/jl_uv.c:218
process_events at ./libuv.jl:107 [inlined]
wait at ./task.jl:974
#wait#621 at ./condition.jl:130
wait at ./condition.jl:125 [inlined]
_trywait at ./asyncevent.jl:138
wait at ./asyncevent.jl:155 [inlined]
sleep at ./asyncevent.jl:240
#hostcall_host_wait#85 at /home/vchuravy/src/AMDGPU/src/device/gcn/hostcall.jl:388
kwcall at /home/vchuravy/src/AMDGPU/src/device/gcn/hostcall.jl:363 [inlined]
macro expansion at /home/vchuravy/src/AMDGPU/src/device/gcn/hostcall.jl:277 [inlined]
#83 at ./threadingconstructs.jl:340
unknown function (ip: 0x7fbfe21d38ff)
_jl_invoke at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2689 [inlined]
ijl_apply_generic at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2871
jl_apply at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/julia.h:1874 [inlined]
start_task at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/task.c:1092
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
error in running finalizer: AMDGPU.Runtime.HSAError(code=AMDGPU.HSA.LibHSARuntime.hsa_status_t(0x00001003))
check at /home/vchuravy/src/AMDGPU/src/runtime/error.jl:35 [inlined]
macro expansion at /home/vchuravy/src/AMDGPU/src/runtime/memory.jl:588 [inlined]
macro expansion at /home/vchuravy/src/AMDGPU/src/runtime/thread-utils.jl:187 [inlined]
free_pooled at /home/vchuravy/src/AMDGPU/src/runtime/memory.jl:573
#94 at /home/vchuravy/src/AMDGPU/src/runtime/execution.jl:178
unknown function (ip: 0x7fbfe21e9f6b)
_jl_invoke at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2689 [inlined]
ijl_apply_generic at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2871
run_finalizer at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gc.c:298
jl_gc_run_finalizers_in_list at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gc.c:388
run_finalizers at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gc.c:434
jl_mutex_unlock at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/julia_locks.h:81 [inlined]
ijl_process_events at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/jl_uv.c:218
process_events at ./libuv.jl:107 [inlined]
wait at ./task.jl:974
#wait#621 at ./condition.jl:130
wait at ./condition.jl:125 [inlined]
_trywait at ./asyncevent.jl:138
wait at ./asyncevent.jl:155 [inlined]
sleep at ./asyncevent.jl:240
#hostcall_host_wait#85 at /home/vchuravy/src/AMDGPU/src/device/gcn/hostcall.jl:388
kwcall at /home/vchuravy/src/AMDGPU/src/device/gcn/hostcall.jl:363 [inlined]
macro expansion at /home/vchuravy/src/AMDGPU/src/device/gcn/hostcall.jl:277 [inlined]
#83 at ./threadingconstructs.jl:340
unknown function (ip: 0x7fbfe21d38ff)
_jl_invoke at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2689 [inlined]
ijl_apply_generic at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2871
jl_apply at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/julia.h:1874 [inlined]
start_task at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/task.c:1092
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
error in running finalizer: AMDGPU.Runtime.HSAError(code=AMDGPU.HSA.LibHSARuntime.hsa_status_t(0x00001003))
check at /home/vchuravy/src/AMDGPU/src/runtime/error.jl:35 [inlined]
macro expansion at /home/vchuravy/src/AMDGPU/src/runtime/memory.jl:588 [inlined]
macro expansion at /home/vchuravy/src/AMDGPU/src/runtime/thread-utils.jl:187 [inlined]
free_pooled at /home/vchuravy/src/AMDGPU/src/runtime/memory.jl:573
#94 at /home/vchuravy/src/AMDGPU/src/runtime/execution.jl:178
unknown function (ip: 0x7fbfe21e9f6b)
_jl_invoke at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2689 [inlined]
ijl_apply_generic at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2871
run_finalizer at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gc.c:298
jl_gc_run_finalizers_in_list at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gc.c:388
run_finalizers at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gc.c:434
jl_mutex_unlock at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/julia_locks.h:81 [inlined]
ijl_process_events at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/jl_uv.c:218
process_events at ./libuv.jl:107 [inlined]
wait at ./task.jl:974
#wait#621 at ./condition.jl:130
wait at ./condition.jl:125 [inlined]
_trywait at ./asyncevent.jl:138
wait at ./asyncevent.jl:155 [inlined]
sleep at ./asyncevent.jl:240
#hostcall_host_wait#85 at /home/vchuravy/src/AMDGPU/src/device/gcn/hostcall.jl:388
kwcall at /home/vchuravy/src/AMDGPU/src/device/gcn/hostcall.jl:363 [inlined]
macro expansion at /home/vchuravy/src/AMDGPU/src/device/gcn/hostcall.jl:277 [inlined]
#83 at ./threadingconstructs.jl:340
unknown function (ip: 0x7fbfe21d38ff)
_jl_invoke at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2689 [inlined]
ijl_apply_generic at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2871
jl_apply at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/julia.h:1874 [inlined]
start_task at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/task.c:1092
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
error in running finalizer: AMDGPU.Runtime.HSAError(code=AMDGPU.HSA.LibHSARuntime.hsa_status_t(0x00001003))
check at /home/vchuravy/src/AMDGPU/src/runtime/error.jl:35 [inlined]
macro expansion at /home/vchuravy/src/AMDGPU/src/runtime/memory.jl:588 [inlined]
macro expansion at /home/vchuravy/src/AMDGPU/src/runtime/thread-utils.jl:187 [inlined]
free_pooled at /home/vchuravy/src/AMDGPU/src/runtime/memory.jl:573
#94 at /home/vchuravy/src/AMDGPU/src/runtime/execution.jl:178
unknown function (ip: 0x7fbfe21e9f6b)
_jl_invoke at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2689 [inlined]
ijl_apply_generic at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2871
run_finalizer at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gc.c:298
jl_gc_run_finalizers_in_list at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gc.c:388
run_finalizers at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gc.c:434
jl_mutex_unlock at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/julia_locks.h:81 [inlined]
ijl_process_events at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/jl_uv.c:218
process_events at ./libuv.jl:107 [inlined]
wait at ./task.jl:974
#wait#621 at ./condition.jl:130
wait at ./condition.jl:125 [inlined]
_trywait at ./asyncevent.jl:138
wait at ./asyncevent.jl:155 [inlined]
sleep at ./asyncevent.jl:240
#hostcall_host_wait#85 at /home/vchuravy/src/AMDGPU/src/device/gcn/hostcall.jl:388
kwcall at /home/vchuravy/src/AMDGPU/src/device/gcn/hostcall.jl:363 [inlined]
macro expansion at /home/vchuravy/src/AMDGPU/src/device/gcn/hostcall.jl:277 [inlined]
#83 at ./threadingconstructs.jl:340
unknown function (ip: 0x7fbfe21d38ff)
_jl_invoke at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2689 [inlined]
ijl_apply_generic at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/gf.c:2871
jl_apply at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/julia.h:1874 [inlined]
start_task at /cache/build/default-amdci4-0/julialang/julia-release-1-dot-9/src/task.c:1092


FAILED
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
Error when attempting to free an HSA buffer:
  HSA_STATUS_ERROR_INVALID_ALLOCATION: The requested allocation is not valid.
Pointer type: HSA_EXT_POINTER_TYPE_UNKNOWN
Owner: CPU-XX [AMD Ryzen 7 3700X 8-Core Processor]
Agent base address: Ptr{Nothing} @0x0000000000000000
Host base address: Ptr{Nothing} @0x0000000000000000
Size (bytes): 0
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
Error when attempting to free an HSA buffer:
  HSA_STATUS_ERROR_INVALID_ALLOCATION: The requested allocation is not valid.
Pointer type: HSA_EXT_POINTER_TYPE_UNKNOWN
Owner: CPU-XX [AMD Ryzen 7 3700X 8-Core Processor]
Agent base address: Ptr{Nothing} @0x0000000000000000
Host base address: Ptr{Nothing} @0x0000000000000000
Size (bytes): 0
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
Error when attempting to free an HSA buffer:
  HSA_STATUS_ERROR_INVALID_ALLOCATION: The requested allocation is not valid.
Pointer type: HSA_EXT_POINTER_TYPE_UNKNOWN
Owner: CPU-XX [AMD Ryzen 7 3700X 8-Core Processor]
Agent base address: Ptr{Nothing} @0x0000000000000000
Host base address: Ptr{Nothing} @0x0000000000000000
Size (bytes): 0
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
Error when attempting to free an HSA buffer:
  HSA_STATUS_ERROR_INVALID_ALLOCATION: The requested allocation is not valid.
Pointer type: HSA_EXT_POINTER_TYPE_UNKNOWN
Owner: CPU-XX [AMD Ryzen 7 3700X 8-Core Processor]
Agent base address: Ptr{Nothing} @0x0000000000000000
Host base address: Ptr{Nothing} @0x0000000000000000
Size (bytes): 0
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
Error when attempting to free an HSA buffer:
  HSA_STATUS_ERROR_INVALID_ALLOCATION: The requested allocation is not valid.
Pointer type: HSA_EXT_POINTER_TYPE_UNKNOWN
Owner: CPU-XX [AMD Ryzen 7 3700X 8-Core Processor]
Agent base address: Ptr{Nothing} @0x0000000000000000
Host base address: Ptr{Nothing} @0x0000000000000000
Size (bytes): 0
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
Error when attempting to free an HSA buffer:
  HSA_STATUS_ERROR_INVALID_ALLOCATION: The requested allocation is not valid.
Pointer type: HSA_EXT_POINTER_TYPE_UNKNOWN
Owner: CPU-XX [AMD Ryzen 7 3700X 8-Core Processor]
Agent base address: Ptr{Nothing} @0x0000000000000000
Host base address: Ptr{Nothing} @0x0000000000000000
Size (bytes): 0
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
Error when attempting to free an HSA buffer:
  HSA_STATUS_ERROR_INVALID_ALLOCATION: The requested allocation is not valid.
Pointer type: HSA_EXT_POINTER_TYPE_UNKNOWN
Owner: CPU-XX [AMD Ryzen 7 3700X 8-Core Processor]
Agent base address: Ptr{Nothing} @0x0000000000000000
Host base address: Ptr{Nothing} @0x0000000000000000
Size (bytes): 0
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
Error when attempting to free an HSA buffer:
  HSA_STATUS_ERROR_INVALID_ALLOCATION: The requested allocation is not valid.
Pointer type: HSA_EXT_POINTER_TYPE_UNKNOWN
Owner: CPU-XX [AMD Ryzen 7 3700X 8-Core Processor]
Agent base address: Ptr{Nothing} @0x0000000000000000
Host base address: Ptr{Nothing} @0x0000000000000000
Size (bytes): 0
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
Error when attempting to free an HSA buffer:
  HSA_STATUS_ERROR_INVALID_ALLOCATION: The requested allocation is not valid.
Pointer type: HSA_EXT_POINTER_TYPE_UNKNOWN
Owner: CPU-XX [AMD Ryzen 7 3700X 8-Core Processor]
Agent base address: Ptr{Nothing} @0x0000000000000000
Host base address: Ptr{Nothing} @0x0000000000000000
Size (bytes): 0
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
Error when attempting to free an HSA buffer:
  HSA_STATUS_ERROR_INVALID_ALLOCATION: The requested allocation is not valid.
Pointer type: HSA_EXT_POINTER_TYPE_UNKNOWN
Owner: CPU-XX [AMD Ryzen 7 3700X 8-Core Processor]
Agent base address: Ptr{Nothing} @0x0000000000000000
Host base address: Ptr{Nothing} @0x0000000000000000
Size (bytes): 0
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
Error when attempting to free an HSA buffer:
  HSA_STATUS_ERROR_INVALID_ALLOCATION: The requested allocation is not valid.
Pointer type: HSA_EXT_POINTER_TYPE_UNKNOWN
Owner: CPU-XX [AMD Ryzen 7 3700X 8-Core Processor]
Agent base address: Ptr{Nothing} @0x0000000000000000
Host base address: Ptr{Nothing} @0x0000000000000000
Size (bytes): 0
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
Error when attempting to free an HSA buffer:
  HSA_STATUS_ERROR_INVALID_ALLOCATION: The requested allocation is not valid.
Pointer type: HSA_EXT_POINTER_TYPE_UNKNOWN
Owner: CPU-XX [AMD Ryzen 7 3700X 8-Core Processor]
Agent base address: Ptr{Nothing} @0x0000000000000000
Host base address: Ptr{Nothing} @0x0000000000000000
Size (bytes): 0
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
Error when attempting to free an HSA buffer:
  HSA_STATUS_ERROR_INVALID_ALLOCATION: The requested allocation is not valid.
Pointer type: HSA_EXT_POINTER_TYPE_UNKNOWN
Owner: CPU-XX [AMD Ryzen 7 3700X 8-Core Processor]
Agent base address: Ptr{Nothing} @0x0000000000000000
Host base address: Ptr{Nothing} @0x0000000000000000
Size (bytes): 0
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
Error when attempting to free an HSA buffer:
  HSA_STATUS_ERROR_INVALID_ALLOCATION: The requested allocation is not valid.
Pointer type: HSA_EXT_POINTER_TYPE_UNKNOWN
Owner: CPU-XX [AMD Ryzen 7 3700X 8-Core Processor]
Agent base address: Ptr{Nothing} @0x0000000000000000
Host base address: Ptr{Nothing} @0x0000000000000000
Size (bytes): 0
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
Error when attempting to free an HSA buffer:
  HSA_STATUS_ERROR_INVALID_ALLOCATION: The requested allocation is not valid.
Pointer type: HSA_EXT_POINTER_TYPE_UNKNOWN
Owner: CPU-XX [AMD Ryzen 7 3700X 8-Core Processor]
Agent base address: Ptr{Nothing} @0x0000000000000000
Host base address: Ptr{Nothing} @0x0000000000000000
Size (bytes): 0
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
Error when attempting to free an HSA buffer:
  HSA_STATUS_ERROR_INVALID_ALLOCATION: The requested allocation is not valid.
Pointer type: HSA_EXT_POINTER_TYPE_UNKNOWN
Owner: CPU-XX [AMD Ryzen 7 3700X 8-Core Processor]
Agent base address: Ptr{Nothing} @0x0000000000000000
Host base address: Ptr{Nothing} @0x0000000000000000
Size (bytes): 0
Warning: (false && "Can't find address in allocation map") in hsa_status_t rocr::core::Runtime::FreeMemory(void *), /workspace/srcdir/ROCR-Runtime-rocm-5.2.3/src/core/runtime/runtime.cpp:304
Error when attempting to free an HSA buffer:
  HSA_STATUS_ERROR_INVALID_ALLOCATION: The requested allocation is not valid.
Pointer type: HSA_EXT_POINTER_TYPE_UNKNOWN
Owner: CPU-XX [AMD Ryzen 7 3700X 8-Core Processor]
Agent base address: Ptr{Nothing} @0x0000000000000000
Host base address: Ptr{Nothing} @0x0000000000000000
Size (bytes): 0
ERROR: Package AMDGPU errored during testing

#400 (comment)

Those probably need to be tweaked for Navi.

#400 (comment)

Yeah I have no idea what's causing this, but it only happened after JuliaGPU/GPUArrays.jl#436 was merged.

#400 (comment)

That's indeed fun, maybe this was uncovered by #390?