Spatz integration in main + FFT implementation and mapping#23
Merged
Conversation
…instead of float16 HP Float support seems to have problems
…atz boot race condition
…nt RTL changes to fix Spatz boot race condition
…command to run RTL simulations for MAGIA-Spatz tests
…ve common dir at test top-dir
…command to run RTL simulations for MAGIA-Spatz tests
* Update gvsoc/core/pulp to latest master and add run_profiling target - Bump GVSOC_COMMIT, GVSOC_CORE_COMMIT, GVSOC_PULP_COMMIT to 2026-05-21 master HEADs - Remove --trace=kill-module from default GVRUN_ARGS - Add run_profiling target with --vcd --event=.* and optional profile_tile filter - Document GVSoC VCD profiling usage in README Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Fix gvsoc_init: fetch branch instead of bare SHA GitHub rejects fetch by commit SHA; fetch all refs then checkout the pinned commit. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Fix GVSOC_COMMIT: gvsoc repo uses main not master The gvsoc repo's default branch is main (not master), so the previous commit hash was being read from gvsoc-core instead. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Fix gvsoc_init: fetch specific commits rather than all of origin Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…dk into ad/vi/fft_on_spatz
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 is built upon the work from Samuele Colmi and aims to overwrite PR #3.
Besides integrating the Spatz-CC building, compilation and testing flow, it also aims to add the following vectorized tests done on Spatz to the CI:
Add
Ceil
Clip
Div
Floor
Relu
Sub
It also integrates an implementation of the FFT using the Spatz-CC and mapped on the Magia Mesh.