You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Note: if --compiler is omitted, PyTorch’s built-in compiler is used by default
98
98
```
99
99
100
-
After that, ```graph_net.torch.test_compiler```processes as below:
100
+
After that, ```graph_net.torch.test_compiler```will process as below:
101
101
1. Running the original model in eager mode to record a baseline.
102
102
2. Compiling the model with the specified backend (e.g., CINN, TorchInductor, TVM).
103
103
3. Executing the compiled model and collecting its runtime and outputs.
@@ -108,7 +108,7 @@ After that, ```graph_net.torch.test_compiler``` processes as below:
108
108
After processing, we provide ```graph_net/analysis.py``` to generate [violin plot](https://en.m.wikipedia.org/wiki/Violin_plot) based on the JSON results.
0 commit comments