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 don't know why it only shows up in the API validation tests as this test is broken on in regular tests for me.
Edit: --check-bounds=yes seems to hide the errors.
@testset "fill" begin
@testset "fill($T)" for T in [Int8, UInt8, Int16, UInt16, Int32, UInt32, Int64, UInt64,
Float16, Float32]
b = rand(T)
# Dims in tuple
let A = Metal.fill(b, (10, 10, 10, 1000))
B = fill(b, (10, 10, 10, 1000))
@test Array(A) == B
end
end
end
I don't know why it only shows up in the API validation tests as this test is broken on in regular tests for me.
Edit:
--check-bounds=yes
seems to hide the errors.Result:
[U]Int8
doesn't fail presumably because it's implemented with Metal instead of KA.Version info:
The text was updated successfully, but these errors were encountered: