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

TIMEOUT: igammac_float64_20_20_float64_20_20_chlo.mlir.test #2590

Closed
apivovarov opened this issue Oct 14, 2024 · 2 comments
Closed

TIMEOUT: igammac_float64_20_20_float64_20_20_chlo.mlir.test #2590

apivovarov opened this issue Oct 14, 2024 · 2 comments
Assignees

Comments

@apivovarov
Copy link
Contributor

What happened?

igammac_float64_20_20_float64_20_20_chlo.mlir.test timed out if executed along with all other tests

bazel test //...
TIMEOUT: //stablehlo/testdata:igammac_float64_20_20_float64_20_20_chlo.mlir.test (Summary)

However, when run individually, it passes. Total time: 88 sec. Testing time: 53 sec

bazel test //stablehlo/testdata:igammac_float64_20_20_float64_20_20_chlo.mlir.test
INFO: Elapsed time: 88.440s, Critical Path: 78.23s
INFO: 2 processes: 2 processwrapper-sandbox.
INFO: Build completed successfully, 2 total actions
//stablehlo/testdata:igammac_float64_20_20_float64_20_20_chlo.mlir.test  PASSED in 53.6s

Steps to reproduce your issue

bazel test //...

TIMEOUT: //stablehlo/testdata:igammac_float64_20_20_float64_20_20_chlo.mlir.test (Summary)

Version information

e44958c

@sdasgup3 sdasgup3 self-assigned this Oct 14, 2024
@GleasonK
Copy link
Member

Feel free to filter this testpoint using:

// RUN-DISABLED(#2590, timeout): stablehlo-opt --chlo-pre-serialization-pipeline -inline %s | stablehlo-translate --interpret

Also if you get to this (i'll try to get this done today or tomorrow), could you update igamma_float64_20_20_float64_20_20_chlo.mlir to use the same DISABLED tag, will investigate both as a part of this ticket.

I'm not sure what's going on, but I think something with Bazel is extremely slow with the interpreter. The igamma test on a cmake took something like 1s, but on bazel 80s.. I need to look into what's going on, but don't want this failure blocking you in the meantime.

@GleasonK
Copy link
Member

Update: Filtered tests to this bug ticket in #2586

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

3 participants