Skip to content

Commit

Permalink
misc: transfer repo to OpenXiangShan
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Nov 15, 2024
1 parent cc63f67 commit d4ba948
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 确定性负载(Deterload)

# XiangShan Checkpoint Profiling
TODO: 🚧文档仍在施工中,The documentation is still under construction.👷

XiangShan Checkpoint Profiling

This repository contains tools and scripts for generating deterministic checkpoints of SPEC CPU2006 benchmarks using QEMU and Simpoint. These checkpoints are designed for use with XiangShan and gem5 simulators, enabling rapid architectural exploration. The project aims to support NEMU checkpoints in the future.

Expand Down
1 change: 0 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
* take checkpoint for every input and every testCase
* align generated checkpoint paths to old ones
* name: deterministic_checkpoints: dckpts
* rename xxx.nix => default.nix
* add meta
* use native jemalloc
Expand Down
4 changes: 2 additions & 2 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["xieby1"]
language = "en"
multilingual = false
src = "docs/"
title = "🪚确定性切片(deterministic_checkpoints)❄️"
title = "❄ 确定性负载(Deterload)❄"

[output.html]
git-repository-url = "https://github.com/xieby1/deterministic_checkpoints"
git-repository-url = "https://github.com/OpenXiangShan/Deterload"
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Summary

# 确定性切片(deterministic_checkpoints
# 确定性负载(Deterload

* [简介(Intro)](./index.md)
2 changes: 1 addition & 1 deletion docs/images/deps_dot.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from common import CDot, CCluster, addNode, addEdge, add, set_colors

graph = CDot(label="Deterministic Checkpoint Dependency Graph", splines="line")
graph = CDot(label="Deterload Dependency Graph", splines="line")
graph.set_node_defaults(margin=0)

class ImgBuilder(CCluster):
Expand Down
2 changes: 1 addition & 1 deletion docs/images/overview_dot.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from common import CDot, CCluster, add, addNode, addEdge, set_colors

graph = CDot(label="Deterministic Checkpoint\nWorkflow Overview")
graph = CDot(label="Deterload\nWorkflow Overview")

benchmark = addNode(graph, "benchmark")
set_colors.benchmark(benchmark)
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let
name = "deterministic_checkpoints";
name = "Deterload";
pkgs = import <nixpkgs> {};
my-python3 = pkgs.python3.withPackages (python-pkgs: [
# for docs
Expand Down

0 comments on commit d4ba948

Please sign in to comment.