Skip to content

Commit 1c82e55

Browse files
authored
Run TLS tests on Navi 3 again (#650)
1 parent 5f6a20d commit 1c82e55

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/core_tests.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ include("codegen/trap.jl")
8585
include("rocarray/base.jl")
8686
include("rocarray/broadcast.jl")
8787

88-
const IS_NAVI3 = AMDGPU.device().gcn_arch in ("gfx1100", "gfx1101", "gfx1102", "gfx1103")
89-
if !IS_NAVI3
90-
include("tls.jl") # TODO hangs on Navi 3
91-
end
88+
include("tls.jl")
9289

9390
end

0 commit comments

Comments
 (0)