Test Spike develop bug fixes in Ventus env CI#13
Draft
liuqliang wants to merge 1 commit into
Draft
Conversation
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.
Summary
spikesubmodule from44b121e9tof891b873Why
The simulator repository's
developpull requests do not trigger the Ventus integration workflow.ventus-envowns the recursive build and regression CI, so this companion PR lets the two simulator fixes run through the actual system-level checks.This PR depends on THU-DSP-LAB/ventus-gpgpu-isa-simulator#50. The gitlink currently identifies the reviewed commit from the contributor fork; before this PR is merged, it should be updated to the corresponding commit reachable from the merged upstream simulator history.
Validation
make -j4 allgit submodule update --init --depth=1 spikefetches and checks outf891b873e434529aaa3fe9fd99ae8ccb00f5cffathrough the unchanged upstream submodule URLThe remaining build and regression coverage is intentionally delegated to this repository's CI.