Skip to content

Commit 3659766

Browse files
committed
Add estimate time for each experiment in README.md
1 parent 4b6b35e commit 3659766

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ python3 -c "import artifact"
132132

133133
This artifact contains all the experiments in the evaluation section of the paper:
134134

135-
- Experiment 0 (section 6.1): End to end performance comparison
136-
- Experiment 1 (section 6.2.1): Schedule space comparison
137-
- Experiment 2 (section 6.2.2): Performance sensitivity over input sizes
138-
- Experiment 3 (section 6.2.3): Evaluation on different batch sizes
139-
- Experiment 4 (section 6.2.4): Post-scheduling fusion evaluation
140-
- Experiment 5 (section 6.2.5): Comparison with TensorRT
135+
- Experiment 0 (section 6.1): End to end performance comparison (~50 hours)
136+
- Experiment 1 (section 6.2.1): Schedule space comparison (~1 hour)
137+
- Experiment 2 (section 6.2.2): Performance sensitivity over input sizes (~4 hours)
138+
- Experiment 3 (section 6.2.3): Evaluation on different batch sizes (~40 hours)
139+
- Experiment 4 (section 6.2.4): Post-scheduling fusion evaluation (~10 hours)
140+
- Experiment 5 (section 6.2.5): Comparison with TensorRT (~1.5 hour)
141141

142142
The 6 experiments are organized in the `artifacts` directory. Each experiment corresponds to a directory with a `main.py` script.
143143
Directly run the `main.py` script to launch corresponding experiments. We will automatically cache the optimized operator and models in `.hidet_cache` directory, thus you can stop and restart the experiments at any time. The second run of the experiments will be much faster.

0 commit comments

Comments
 (0)