mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
Move old test scripts out of base tank directory and add xfails. (#389)
This commit is contained in:
@@ -347,8 +347,14 @@ class SharkModuleTest(unittest.TestCase):
|
||||
== "microsoft/beit-base-patch16-224-pt22k-ft22k"
|
||||
and device == "cuda"
|
||||
):
|
||||
pytest.xfail(reason="https://github.com/nod-ai/SHARK/issues/390")
|
||||
if config["model_name"] == "squeezenet1_0" and device == "vulkan":
|
||||
pytest.xfail(
|
||||
reason="Fails during iree-compile without reporting diagnostics."
|
||||
reason="Numerics Issues: https://github.com/nod-ai/SHARK/issues/388"
|
||||
)
|
||||
if config["model_name"] == "mobilenet_v3_small" and device == "vulkan":
|
||||
pytest.xfail(
|
||||
reason="Numerics Issues: https://github.com/nod-ai/SHARK/issues/388"
|
||||
)
|
||||
if config["framework"] == "tf" and dynamic == True:
|
||||
pytest.skip(
|
||||
|
||||
Reference in New Issue
Block a user