-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LightMetal - Initial Replay infra/library for LightMetalBinary and st…
…andalone runner (#17039) - This is round 6/6 for now, builds upon previous 5 merges for LightMetal in past week and enables e2e capture + replay in unit tests now that replay is supported. - This brings the replay library/executor for a LightMetalBinary which handles replaying all the commands and traces captured by workload to binary. Like capture time, complex objects are stored in map after creation, and referenced by global_id by functions that re-use them. - Light Metal standalone CLI runner initial infra which just loads an existing binary on disk and executes it using replay librarys's ExecuteLightMetalBinary()
- Loading branch information
Showing
7 changed files
with
881 additions
and
0 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.