Skip range vmap test

This commit is contained in:
liangzhibo 2023-02-06 17:07:23 +08:00
parent 1d30722908
commit c76c4c773d
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ def range_fn(x, y, z, a):
return ops.range(x, y, z) + a
@pytest.mark.skip(reason="vmap not support dynamic rank input.")
@pytest.mark.level1
@pytest.mark.platform_x86_gpu_training
@pytest.mark.env_onecard