Skip to content

Commit

Permalink
Update test images
Browse files Browse the repository at this point in the history
  • Loading branch information
yongwww committed Apr 24, 2023
1 parent dc9c02d commit 7ed271c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ci/jenkins/docker-images.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

# This data file is read during when Jenkins runs job to determine docker images.
[jenkins]
ci_arm: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_arm:PR-14635-984ef08c7-15
ci_cortexm: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_cortexm:PR-14635-984ef08c7-15
ci_cpu: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_cpu:PR-14635-984ef08c7-15
ci_gpu: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_gpu:PR-14635-984ef08c7-15
ci_hexagon: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_hexagon:PR-14635-984ef08c7-15
ci_i386: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_i386:PR-14635-984ef08c7-15
ci_lint: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_lint:PR-14635-984ef08c7-15
ci_minimal: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_minimal:PR-14635-984ef08c7-15
ci_riscv: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_riscv:PR-14635-984ef08c7-15
ci_wasm: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_wasm:PR-14635-984ef08c7-15
ci_arm: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_arm:PR-14635-192eeb4f2-16
ci_cortexm: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_cortexm:PR-14635-ff24d8904-16
ci_cpu: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_cpu:PR-14635-581633a67-16
ci_gpu: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_gpu:PR-14635-ad7e712f2-16
ci_hexagon: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_hexagon:PR-14635-581633a67-16
ci_i386: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_i386:PR-14635-a8f8bfe20-16
ci_lint: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_lint:PR-14635-581633a67-16
ci_minimal: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_minimal:PR-14635-581633a67-16
ci_riscv: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_riscv:PR-14635-a8f8bfe20-16
ci_wasm: 477529581014.dkr.ecr.us-west-2.amazonaws.com/ci_wasm:PR-14635-581633a67-16
1 change: 1 addition & 0 deletions tests/python/topi/python/test_topi_math.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ def test_ewise(target, dev, topi_name, dtype, tolerance, ewise_ref_data):
("float32", "float64"),
("float32", "bool"),
# disable this due to llvm5+ bug https://github.com/llvm/llvm-project/issues/56204
# TODO (yongwww): pattern match f64->f16 to f64->f32->f16 as a workaround
# ("float64", "float16"),
("float64", "float32"),
("bool", "float32"),
Expand Down

0 comments on commit 7ed271c

Please sign in to comment.