Skip to content

Commit ea7e377

Browse files
EnzeXusyifan
andauthored
Separate AMD and NVIDIA Folder (2nd Try) (#154)
* init: fork from v4 * upgrade from v3 to v4: mainly adjusted func calls in driver/, gpu/, message/, runner/, sm/, subcore/, etc. * organize amd/nvidia folders; rename accelsim_tracing/nvidia to nvidia/nvidiaconfig; update nvidia/driver/driver.go: add now back; remove unnecessary v3->v4 coments * quick merge 1 more commit from v4 to nvidia_v4 * try adding skip-cache: true in mgpusim_test.yml lint-golangci-lint * fix golangci: 1) traces format too long (138>120) in reader.go 2) fix diff receiver names for the same type (Clone() funcs in message.go and KernelTrace in reader.go) 3) package doc comment update * update benchmark_test.go in nvidia (hard fix) * update platform/A100platform_test.go: comment function TestA100PlatformWithActualData and TestA100PlatformWithMockData * add path amd/ to paths in mgpusim_test.yaml: before tests/acceptance * add skip-cache: true attribute for deter, single gpu, two dis gpu, four dis gpu, two unified gpu, four unified gpu in mgpusim_test.yaml * remove skip-cache: true. update checkout@v2 to v3 for test * fix amd folder not found issue * already succeed: try removing skip-cache: true in lint * add skip-cache: true in mgpusim_test.yml lint * fix unit test bugs with gc: 1) add name into port name string like %s.ToSMs instead of previous ToSMs only 2) update benchmark_test.go * Remove a file * Last change --------- Co-authored-by: Yifan Sun <[email protected]>
1 parent 9357b3d commit ea7e377

File tree

622 files changed

+35180
-20543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

622 files changed

+35180
-20543
lines changed

.github/workflows/mgpusim_test.yml

+25-6
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
version: "latest"
3737
args: --timeout=10m
38+
skip-cache: true
3839

3940
unit_test:
4041
name: Unit Test
@@ -63,6 +64,9 @@ jobs:
6364
- name: Checkout
6465
uses: actions/checkout@v2
6566

67+
- name: List Directory Contents
68+
run: ls -R
69+
6670
- name: Setup Go
6771
uses: actions/setup-go@v4
6872
with:
@@ -75,7 +79,7 @@ jobs:
7579

7680
- name: Run Deterministicity Test
7781
run: python test.py
78-
working-directory: tests/deterministic/
82+
working-directory: amd/tests/deterministic/
7983

8084
single_gpu_acceptance_test:
8185
name: Single GPU Acceptance Test
@@ -85,6 +89,9 @@ jobs:
8589
- name: Checkout
8690
uses: actions/checkout@v2
8791

92+
- name: List Directory Contents
93+
run: ls -R
94+
8895
- name: Setup Go
8996
uses: actions/setup-go@v4
9097
with:
@@ -95,7 +102,7 @@ jobs:
95102
run: |
96103
go build
97104
./acceptance -num-gpu=1
98-
working-directory: tests/acceptance/
105+
working-directory: amd/tests/acceptance/
99106

100107
two_discrete_gpu_test:
101108
name: Two Discrete GPU Test
@@ -105,6 +112,9 @@ jobs:
105112
- name: Checkout
106113
uses: actions/checkout@v2
107114

115+
- name: List Directory Contents
116+
run: ls -R
117+
108118
- name: Setup Go
109119
uses: actions/setup-go@v4
110120
with:
@@ -115,7 +125,7 @@ jobs:
115125
run: |
116126
go build
117127
./acceptance -num-gpu=2 -no-unified-gpu -no-unified-memory
118-
working-directory: tests/acceptance/
128+
working-directory: amd/tests/acceptance/
119129

120130
four_discrete_gpu_test:
121131
name: Four Discrete GPU Test
@@ -124,6 +134,9 @@ jobs:
124134
steps:
125135
- name: Checkout
126136
uses: actions/checkout@v2
137+
138+
- name: List Directory Contents
139+
run: ls -R
127140

128141
- name: Setup Go
129142
uses: actions/setup-go@v4
@@ -135,7 +148,7 @@ jobs:
135148
run: |
136149
go build
137150
./acceptance -num-gpu=4 -no-unified-gpu -no-unified-memory
138-
working-directory: tests/acceptance/
151+
working-directory: amd/tests/acceptance/
139152

140153
two_unified_gpu_test:
141154
name: Two Unified GPU Test
@@ -144,6 +157,9 @@ jobs:
144157
steps:
145158
- name: Checkout
146159
uses: actions/checkout@v2
160+
161+
- name: List Directory Contents
162+
run: ls -R
147163

148164
- name: Setup Go
149165
uses: actions/setup-go@v4
@@ -155,7 +171,7 @@ jobs:
155171
run: |
156172
go build
157173
./acceptance -num-gpu=2 -only-unified-gpu -no-unified-memory
158-
working-directory: tests/acceptance/
174+
working-directory: amd/tests/acceptance/
159175

160176
four_unified_gpu_test:
161177
name: Four Unified GPU Test
@@ -164,6 +180,9 @@ jobs:
164180
steps:
165181
- name: Checkout
166182
uses: actions/checkout@v2
183+
184+
- name: List Directory Contents
185+
run: ls -R
167186

168187
- name: Setup Go
169188
uses: actions/setup-go@v4
@@ -175,4 +194,4 @@ jobs:
175194
run: |
176195
go build
177196
./acceptance -num-gpu=4 -only-unified-gpu -no-unified-memory
178-
working-directory: tests/acceptance/
197+
working-directory: amd/tests/acceptance/

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ __debug_bin
3131

3232
samples/**/metrics.csv
3333

34-
test
34+
test

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# MGPUSIM
22

3+
4+
35
![GitHub Discussions](https://img.shields.io/github/discussions/sarchlab/mgpusim)
46

57

@@ -11,6 +13,10 @@
1113

1214
MGPUSim is a high-flexibility, high-performance, high-accuracy GPU simulator. It models GPUs that run the AMD GCN3 instruction sets. One main feature of MGPUSim is the support for multi-GPU simulation (you can still use it for single-GPU architecture research).
1315

16+
## <span style="color:red">⚠️ Important Note on NVIDIA Simulation</span>
17+
18+
<span style="color:red">**Warning**: NVIDIA GPU simulation is under ongoing development and is not ready for use. Currently, only AMD GCN3-based GPU simulation is stable and supported.</span>
19+
1420
## Getting Started
1521

1622
- Install the most recent version of Go from golang.org.

accelsim_tracing/.gitignore

-3
This file was deleted.

accelsim_tracing/README.md

-164 Bytes
Binary file not shown.

accelsim_tracing/alu/alu.go

-17
This file was deleted.

accelsim_tracing/alu/builder.go

-45
This file was deleted.

accelsim_tracing/alu/doc.go

-2
This file was deleted.

accelsim_tracing/alu/int32.go

-19
This file was deleted.

accelsim_tracing/benchmark/build.go

-45
This file was deleted.

accelsim_tracing/benchmark/doc.go

-2
This file was deleted.

0 commit comments

Comments
 (0)