Open
Conversation
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.2.2 to 4.2.5. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.2.5/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.2.2...@jupyterlab/lsp@4.2.5) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…erlab-4.2.5 Bump jupyterlab from 4.2.2 to 4.2.5 in /notebooks
Added new checks for spatter-devel branch
Updating the GitHub workflow to run on push and pull_request
Update build-serial-omp.yml
Updates to fix GPU Stream tests, Kernel Validation
Added an initial contributing guide to the repo.
Fix badge issue with README
Update Authors
Update Release Notes
Contributor
Author
|
Looks like I need to clean up the commit history. |
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.
Overview
This PR adds support for a new kernel which replays a DynamoRio trace in Spatter.
✨ Change Description/Rationale
This PR adds a new kernel, trace replay. Existing Spatter kernels are very restrictive on the read/write mix, either all read, all write, or a roughly 50/50 split. This new mode reads in a DynamoRio trace and adds the address information to one buffer, and the read/write information to another. When the kernel runs, the kernel will decide if each access is a read or a write dependent on this trace.
To use the new kernel, specify it with
-k traceon the command line. A trace file must also be given with--tracefile.👀 Reviewer Checklist
✅ PR Checklist
spatter-devel🚀 TODOs
trace-replay/folder (this folder was for prototyping)📌 Future Work