feat: add Hadamard machine ball for element-wise multiplication#36
Open
nustinx wants to merge 245 commits into
Open
feat: add Hadamard machine ball for element-wise multiplication#36nustinx wants to merge 245 commits into
nustinx wants to merge 245 commits into
Conversation
…d RVV insts to RoCC [arch/gpdomain] feat: add General Purpose Domain [arch/frontend] feat: add domain id and docoder [doc] fix: remove files' deleted link [bb-tests/ctest] feat: add VSETVLI test (can be sent to gpdomain)
[compiler] update: bump to the latest version
…details to prepare for backend virtualization. (DangoSys#19)
…nstallation script
[arch/palladium] feat: add 256CoreCrossBarConfig
feat: update Module initialisation with instantiable wip: replace spad and acc with banks [pre-commit] feat: add scalafmt
…ng and add ReluBall support
…improve ReluBall integration
…e customisation of blink status signals. feat: add domain channels
…el memory channel configurations
…submodule update commands
[arch/gemminiball] fix: modify rs2Data assignment logic
…e obsolete verification and palladium target configs
…nd Toy examples, enhance BBTile with L2 cache support
…bug ports in P2ETop
Member
|
Looking forward to it! |
Author
|
Hi @shirohasuki, could you please take a moment to review this PR when you are free? Thanks a lot! |
Member
|
Hi~The three files you submitted appear to be blank on my end. Could you please check if there has been a mistake?
|
7d0bc0b to
832f88f
Compare
Author
|
Hi @shirohasuki, sincerely sorry for this problem. I have already completed the revision. Please refresh the page to check. Thanks a lot for your reminder. |
Member
|
Nice progress! The final step is to provide a ctest test case for it. (under bb-tests) |
shirohasuki
reviewed
May 18, 2026
| val io = IO(new BlinkIO(b,inBW,outBW)) | ||
|
|
||
|
|
||
| val vecA = io.bankRead(0).data |
Member
There was a problem hiding this comment.
this seems to be fixed. we need some config files to support different design
2a837aa to
66be48c
Compare
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.
This PR adds the Hadamard machine ball to perform element-wise multiplication (Hadamard product) of two vectors.