Skip to content

Commit

Permalink
Move graph definitions to python string, Change Relax tests to struct…
Browse files Browse the repository at this point in the history
…ural, Move Relay tests to nightly
  • Loading branch information
agoston-mc committed Jun 7, 2024
1 parent e70842e commit 4b3c838
Show file tree
Hide file tree
Showing 307 changed files with 5,612 additions and 3,735 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# CI docker GPU env
# tag: v0.60
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
FROM nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04

COPY utils/apt-install-and-clear.sh /usr/local/bin/apt-install-and-clear

Expand Down
2 changes: 1 addition & 1 deletion python/tvm/relax/frontend/nnef/nnef_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ def pad_converter(bbuilder, data, padding, border, value, **kwargs):
return bbuilder.emit_te(tvm.topi.nn.mirror_pad, data, pad_before, pad_after, "REFLECT")
if border == "edge":
raise tvm.error.OpNotImplemented(
"Replicate - Edge mode is currently not supperted in TVM relax"
"Replicate - Edge mode is currently not supported in TVM relax"
)

# constant works with normal relax.nn.pad
Expand Down
7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/abs_2d/graph.nnef

This file was deleted.

7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/abs_4d/graph.nnef

This file was deleted.

7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/acos_2d/graph.nnef

This file was deleted.

7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/acos_4d/graph.nnef

This file was deleted.

7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/acosh_2d/graph.nnef

This file was deleted.

7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/acosh_4d/graph.nnef

This file was deleted.

8 changes: 0 additions & 8 deletions tests/python/frontend/nnef/cases/add_2d/graph.nnef

This file was deleted.

8 changes: 0 additions & 8 deletions tests/python/frontend/nnef/cases/add_4d/graph.nnef

This file was deleted.

8 changes: 0 additions & 8 deletions tests/python/frontend/nnef/cases/add_4d_broadcast/graph.nnef

This file was deleted.

7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/add_4d_constant/graph.nnef

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions tests/python/frontend/nnef/cases/and_2d/graph.nnef

This file was deleted.

8 changes: 0 additions & 8 deletions tests/python/frontend/nnef/cases/and_4d/graph.nnef

This file was deleted.

8 changes: 0 additions & 8 deletions tests/python/frontend/nnef/cases/and_4d_broadcast/graph.nnef

This file was deleted.

7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/and_4d_constant/graph.nnef

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/area_downsample/graph.nnef

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/asin_2d/graph.nnef

This file was deleted.

7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/asin_4d/graph.nnef

This file was deleted.

7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/asinh_2d/graph.nnef

This file was deleted.

7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/asinh_4d/graph.nnef

This file was deleted.

7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/atan_2d/graph.nnef

This file was deleted.

7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/atan_4d/graph.nnef

This file was deleted.

7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/atanh_2d/graph.nnef

This file was deleted.

7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/atanh_4d/graph.nnef

This file was deleted.

7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/avg_pool1x1/graph.nnef

This file was deleted.

7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/avg_pool2x2/graph.nnef

This file was deleted.

7 changes: 0 additions & 7 deletions tests/python/frontend/nnef/cases/avg_pool3x3/graph.nnef

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions tests/python/frontend/nnef/cases/batch_norm/graph.nnef

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4b3c838

Please sign in to comment.