treewide: Add MLSys collective paper developments #99
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.
This PR includes all the developments that were done for the MLSys paper. This includes 1) the hardware extensions required to support (performant) multicast and reduction, 2) software benchmarks and tests and 3) an experiments' framework for Picobello derived from Snitch's, used to develop the experiments for the paper.
In detail:
experimentsin PYTHONPATH, alternative to creating a proper Picobello Python package.PB_ROOT(this is IMO the best method for ensuring all simulation artifacts are collected under a different directory).src/contains potentially reusable (across 2D tile-based accelerators) sources,impl/contains a Picobello-specific implementation of the runtime/library (providing a Picobello-specific HAL and stitching together a Picobello-specific selection of the reusable sources, including Snitch's).sync) for 2D tile-based accelerators.teamAPI.barrier_benchmark.c,reduction_benchmark.canddma_multicast_v2.cbenchmarks.overlapping_barriers.c). This test used to fail when this feature was not supported, as desired.parallel_row_col_barriers.c).sn-prefix).TODOs
peakrdl-rawheaderreleasereduction_benchmark_hyperbank.c?summa_gemm.candgemm_2d.cimplementations?