Update KernelDB to latest revision in nexus and accordo#72
Open
Update KernelDB to latest revision in nexus and accordo#72
Conversation
…673c809) Co-authored-by: mawad-amd <112003944+mawad-amd@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update KernelDB to latest in nexus and accordo
Update KernelDB to latest revision in nexus and accordo
Mar 6, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the KernelDB dependency to its latest HEAD commit (e549dcd0bb2d5363761a60ba960f1a804673c809) in both nexus (C++/CMake) and accordo (Python) components of the IntelliKit stack. Previously, nexus and accordo were each pinned to different stale KernelDB commits; now both are aligned on the same latest revision, which brings in CCOB-compressed offload bundle support, lazy on-demand kernel scanning, and various cleanups.
Changes:
- Updated
GIT_TAGinnexus/csrc/src/CMakeLists.txtto the new commit hash - Updated the
kerneldbgit dependency pin inaccordo/pyproject.tomlto the new commit hash - Refreshed
uv.lockto reflect the new kerneldb version (0.1.dev130+ge549dcd0) and source URL
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
nexus/csrc/src/CMakeLists.txt |
Updates GIT_TAG in CPMAddPackage for kernelDB from the old commit to e549dcd0 |
accordo/pyproject.toml |
Updates kerneldb git dependency pin from bb5d9d1b to e549dcd0 |
uv.lock |
Refreshes the resolved kerneldb source URL and version string to match the new commit |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Both nexus and accordo were pinned to a stale KernelDB commit. This bumps both to the latest HEAD (
e549dcd0bb2d5363761a60ba960f1a804673c809), which adds CCOB-compressed offload bundle support, lazy on-demand kernel scanning, and several cleanups.Changes
nexus/csrc/src/CMakeLists.txt— updatedGIT_TAGinCPMAddPackagefor kernelDBaccordo/pyproject.toml— updated git commit pin in thekerneldbdependencyuv.lock— refreshed kerneldb source URL and version (0.1.dev104+gbb5d9d1bd→0.1.dev130+ge549dcd0)Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.