Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error invoking iree-compile is causing regression test failures #82

Open
not-jenni opened this issue Jan 3, 2023 · 1 comment
Open
Assignees

Comments

@not-jenni
Copy link
Contributor

https://github.com/iree-org/iree-samples/actions/runs/3826764148/jobs/6510806357

ERROR: test_compile_tflite (__main__.MobilenetV2Uint8Test)
MobilenetV2Uint8Test.test_compile_tflite
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/iree-samples/iree-samples/tflitehub/mobilenet_v2_uint8_test.py", line 27, in test_compile_tflite
    self.compile_and_execute()
  File "/home/runner/work/iree-samples/iree-samples/tflitehub/test_util.py", line 120, in compile_and_execute
    iree_tflite_compile.compile_file(
  File "/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/iree/compiler/tools/tflite.py", line 154, in compile_file
    result = invoke_pipeline([import_cl, compile_cl])
  File "/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/iree/compiler/tools/binaries.py", line 259, in invoke_pipeline
    raise CompilerToolError(stage.completed)
iree.compiler.tools.binaries.CompilerToolError: Error invoking IREE compiler tool iree-compile

mobilenet_v1_uint8_test, mobilenet_v2_uint8_test, and mobilenet_v3-large_uint8_test are impacted

@jpienaar
Copy link
Member

jpienaar commented Jan 9, 2023

These are passing with latest nightly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants