Skip to content

flowey: add kernel size check #1247

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

justus-camp-microsoft
Copy link
Contributor

In closed source we have a kernel size check that fails when the kernel is updated and its size increases. It'd be nice to see it in open source as well.

@@ -27,7 +27,11 @@ pub const MU_MSVM: &str = "24.0.4";
pub const NEXTEST: &str = "0.9.74";
pub const NODEJS: &str = "18.x";
pub const OPENHCL_KERNEL_DEV_VERSION: &str = "6.6.63.2";

// Used to diff size between kernel versions, you should update this if you update the stable version
pub const OPENHCL_KERNEL_PREVIOUS_STABLE_VERSION: &str = "6.6.63.1";
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 WIP - we should publish a baseline and use that similar to how we do the other binary size comparison.

@justus-camp-microsoft justus-camp-microsoft requested review from a team as code owners April 25, 2025 20:35
@chris-oo
Copy link
Member

What's missing here?

@justus-camp-microsoft
Copy link
Contributor Author

What's missing here?

Needs a rebase and also got a path wrong that needs fixing - need to focus on other stuff for now but will come back around to this eventually...

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