https://github.com/ucb-bar/spec2017-workload
FireMarshal workload for SPEC2017
https://github.com/ucb-bar/spec2017-workload
Last synced: 9 months ago
JSON representation
FireMarshal workload for SPEC2017
- Host: GitHub
- URL: https://github.com/ucb-bar/spec2017-workload
- Owner: ucb-bar
- Created: 2019-10-31T17:24:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T17:01:20.000Z (almost 5 years ago)
- Last Synced: 2025-03-27T00:22:02.631Z (10 months ago)
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SPEC2017 Workload
=================
Requirements
------------
- SPEC2017 installed and have `SPEC_DIR` env. variable point to installation
Getting Started
---------------
When you first install this repository, you should update all submodules:
git submodule update --init --recursive spec2017
After that you can use FireMarshal as normal and point to the `json` workload configs:
# Assuming marshal is on your $PATH
marshal build ./marshal-configs/spec17-intrate.json
See https://firemarshal.readthedocs.io/en/latest/index.html for FireMarshal
documentation.