diff --git a/backends/metax_gpu/tests/ignore.txt b/backends/metax_gpu/tests/ignore.txt index 3ec7440dad5..7dc312acc8d 100644 --- a/backends/metax_gpu/tests/ignore.txt +++ b/backends/metax_gpu/tests/ignore.txt @@ -77,3 +77,8 @@ test_interp_antialias_op test_hapi_amp test_momentum_op test_adam_optimizer_fp32_fp64 +test_imperative_optimizer_v2 +test_imperative_star_gan_with_gradient_penalty +test_network_with_dtype +test_weight_decay +test_cyclic_cifar_dataset diff --git a/backends/metax_gpu/tests/run_test.sh b/backends/metax_gpu/tests/run_test.sh index b95bfa89566..3dc7c1b98e8 100755 --- a/backends/metax_gpu/tests/run_test.sh +++ b/backends/metax_gpu/tests/run_test.sh @@ -26,7 +26,7 @@ export CUDA_VISIBLE_DEVICES=0 # export # sleep 1000000 - +pip install parameterized rm -r build mkdir -p build && cd build