-
Notifications
You must be signed in to change notification settings - Fork 58
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
Testing/jenkins integration #59
Merged
Merged
Conversation
This file contains 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
Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
…examples notebooks - intended to be run on the target host Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
… Pynq device Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
…n existing stages Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
…o kludge in order to download correct bitstreams Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
…trol Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
…tinuous integration Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
…essary backslash Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
Signed-off-by: Fionn O'Donohoe <fionno@xilinx.com>
This reverts commit b8c0016.
jmonks-amd
force-pushed
the
testing/jenkins-integration
branch
from
October 23, 2023 10:03
9cae1a5
to
30b8f0d
Compare
jmonks-amd
requested changes
Oct 26, 2023
jmonks-amd
force-pushed
the
testing/jenkins-integration
branch
from
November 1, 2023 09:25
159876a
to
a548520
Compare
This reverts commit a548520.
Pynq on alveo uses tinynumpy under the hood which has a bug when converting between tinynumpy.ndarray and numpy.ndarray. Workaround is to first convert to list and then to numpy.ndarray.
jmonks-amd
force-pushed
the
testing/jenkins-integration
branch
from
November 23, 2023 09:39
9136a52
to
9ff8df0
Compare
Re-enable experimental partitioning feature for ResNet-50 build
jmonks-amd
force-pushed
the
testing/jenkins-integration
branch
from
December 4, 2023 10:03
df92fff
to
1487dac
Compare
jmonks-amd
approved these changes
Jan 26, 2024
jmonks-amd
force-pushed
the
testing/jenkins-integration
branch
from
February 21, 2024 15:07
ce1a289
to
0380b59
Compare
jmonks-amd
force-pushed
the
testing/jenkins-integration
branch
from
February 21, 2024 15:07
0380b59
to
9f935ea
Compare
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.
Adding a CI pipeline for everyday development and for release testing cycles.
This commit may need to be reverted: 00c3c4f
I was expecting license issues when building bitstreams, so I decoupled the get-finn.sh script in order to do some license fudging in my Jenkins pipeline. This doesn't seem necessary - still running the last test to verify this however.