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

ci: fix GPU benches #857

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Conversation

huitseeker
Copy link
Contributor

#852 broke GPU benches
/~https://github.com/lurk-lab/lurk-rs/actions/runs/6773544195/job/18408644257

This results in :

thread 'main' panicked at benches/fibonacci_lem.rs:67:33:
not yet implemented

This PR collapses the gh-pages job into the default case, making sure the unimplemented at this line isn't there to hit.

/~https://github.com/lurk-lab/lurk-rs/actions/runs/6773544195/job/18408644257

This resulted in:
```
thread 'main' panicked at benches/fibonacci_lem.rs:67:33:
not yet implemented
```
This makes sure the `todo!()` at this line is no longer there to be found.
@huitseeker huitseeker requested a review from a team as a code owner November 6, 2023 22:55
@huitseeker huitseeker enabled auto-merge November 6, 2023 22:56
@huitseeker huitseeker added this pull request to the merge queue Nov 6, 2023
Merged via the queue into lurk-lab:master with commit fc49598 Nov 7, 2023
15 checks passed
@huitseeker huitseeker deleted the unbreak_fibonacci_lem branch November 7, 2023 00:06
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

Successfully merging this pull request may close these issues.

2 participants