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

[Build] [WSL2] CPU Provider Test Failed #22934

Closed
lehoang318 opened this issue Nov 24, 2024 · 2 comments
Closed

[Build] [WSL2] CPU Provider Test Failed #22934

lehoang318 opened this issue Nov 24, 2024 · 2 comments
Labels
build build issues; typically submitted using template

Comments

@lehoang318
Copy link

Describe the issue

Failed to build ONNX Runtime v1.9.1 on WSL2.

Urgency

No response

Target platform

5.15.167.4-microsoft-standard-WSL2 (x86_64 GNU/Linux)

Build script

./build.sh --config Release --parallel --skip_submodule_sync --build_shared_lib

Error / output

  • Build Log: 83% tests passed, 1 tests failed out of 6

  • LastTest.log

    [ RUN      ] MatmulIntegerOpTest.MatMulInteger_Uint8_Int8_GEMV
      onnxruntime/onnxruntime/test/providers/provider_test_utils.cc:83: Failure
      Expected equality of these values:
        expected[i]
          Which is: 64955
        output[i]
          Which is: -193062
      i:16, provider_type: CPUExecutionProvider
      ...
    [  FAILED  ] MatmulIntegerOpTest.MatMulInteger_Uint8_Int8_GEMV
    

Visual Studio Version

No response

GCC / Compiler Version

gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0

@lehoang318 lehoang318 added the build build issues; typically submitted using template label Nov 24, 2024
@skottmckay
Copy link
Contributor

That test hasn't changed in 3 years and unit tests pass in all our Linux CIs. Does it fail every time? Are you building with the release tag or the latest main? Not sure if Runtime v1.9.1 is meant to be 1.19.1.

@lehoang318
Copy link
Author

That test hasn't changed in 3 years and unit tests pass in all our Linux CIs. Does it fail every time? Are you building with the release tag or the latest main? Not sure if Runtime v1.9.1 is meant to be 1.19.1.

Hi @skottmckay ,

The tag is indeed 1.9.1, I have no idea why I did chose a tag from 2021.
I'll try the newer version of OnnxRuntime.
Thank you for the quick response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build build issues; typically submitted using template
Projects
None yet
Development

No branches or pull requests

2 participants