Skip to content

Commit fef7df5

Browse files
committed
minor readme changes
1 parent c9f34c3 commit fef7df5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Target codes thus-far:
1515

1616
## Citing our Work
1717

18-
This work was presented at the [HPDC 2025](https://hpdc.sci.utah.edu/2025/) [AI4Sys Workshop](https://ai4sys.github.io/).
18+
**This work is a continuation of our previous work** that was presented at the [HPDC 2025](https://hpdc.sci.utah.edu/2025/) [AI4Sys Workshop](https://ai4sys.github.io/).
1919
Upon having our paper accepted, we pre-published on arXiv in case people wanted to cite us.
2020

2121
📃📃 [paper link here](https://dl.acm.org/doi/10.1145/3731545.3743645) 🔗🔗
@@ -67,7 +67,7 @@ git clone https://github.com/Scientific-Computing-Lab/gpuFLOPBench.git ./gpu-flo
6767
# we only really need the Dockerfile from the repo
6868
cd ./gpu-flopbench
6969
70-
# this takes about 10-20 minutes
70+
# this takes about 5-15 minutes
7171
docker build --progress=plain -t 'gpu-flopbench' .
7272
7373
# please make sure that the Settings > Resources > Network > 'Enable Host Networking' option is enabled on Docker Desktop
@@ -87,6 +87,7 @@ cd ./gpu-flopbench
8787
# this takes about 2 minutes on my Macbook Air M4
8888
docker build --platform=linux/amd64 --progress=plain -t 'gpu-flopbench' .
8989
90+
# please make sure that the Settings > Resources > Network > 'Enable Host Networking' option is enabled on Docker Desktop
9091
docker run -ti --network=host --name gpu-flopbench-container --platform=linux/amd64 gpu-flopbench
9192
9293
docker exec -it gpu-flopbench-container /bin/bash

0 commit comments

Comments
 (0)