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

Fix gemmini kernel, add snakemake, remove Makefile #316

Merged
merged 2 commits into from
Dec 20, 2024

Conversation

JosseVanDelm
Copy link
Contributor

There was an error in changing the upstream MLIR kernel that was not caught by CI, here's an updated version that uses Snakemake

Comment on lines +37 to +40
use rule preprocess_mlir from default_rules as default_preprocess_mlir


use rule translate_mlir from default_rules as default_translate_mlir
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why the renaming?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to indicate that we import them from the defaults.

use rule preprocess_mlir, translate_mlir from default_rules as default_*

Also works, but snakefmt wouldn't let me, maybe the newer versions fix this?

@JosseVanDelm JosseVanDelm force-pushed the Josse/add-gemmini-test branch from a1cd693 to e37806c Compare December 20, 2024 13:26
@JosseVanDelm JosseVanDelm merged commit 9d7aabc into main Dec 20, 2024
17 checks passed
@JosseVanDelm JosseVanDelm deleted the Josse/add-gemmini-test branch December 20, 2024 13:31
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