Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions backends/metax_gpu/tests/ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion backends/metax_gpu/tests/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export CUDA_VISIBLE_DEVICES=0
# export
# sleep 1000000


pip install parameterized
rm -r build
mkdir -p build && cd build

Expand Down
Loading