-
Notifications
You must be signed in to change notification settings - Fork 119
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
Forward bench #554
base: main
Are you sure you want to change the base?
Forward bench #554
Conversation
487b0db
to
9a63f9c
Compare
c8009d0
to
fe92f3e
Compare
96b84d7
to
a853cad
Compare
e75b695
to
5c2dddb
Compare
@@ -23,7 +23,7 @@ jobs: | |||
llvm: ["7", "8", "9", "10", "11", "12", "13"] #, "14"] | |||
build: ["Release", "Debug"] # "RelWithDebInfo" | |||
os: [self-hosted] | |||
timeout-minutes: 120 | |||
timeout-minutes: 300 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can probably split bench forward/reverse as two separate things (and I should start more CI)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would disable the fwd tests by default. At some point we need to decide on a subset of test cases that run in reasonable time.
5c2dddb
to
55e6b91
Compare
55e6b91
to
a81862f
Compare
ec7115f
to
17b2e58
Compare
@@ -46,3 +46,5 @@ add_lit_testsuite(bench-enzyme "Running enzyme benchmarks tests" | |||
set_target_properties(bench-enzyme PROPERTIES FOLDER "bench Tests") | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can the file structure here be changed to have only one copy of the benchmark data?
a2fbc48
to
95f317b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove the intermediate ll files
This reverts commit 9873dd9.
c7fffee
to
f390670
Compare
No description provided.