Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BENCHMARK.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Run the same protocol with `python run.py --case <case> --track 1 --gpu 0`.

## Time to solution

Time includes optimizer updates, compilation, autotuning, and cold-start overhead. canpinn and FlashPDE are paired over seeds 42--46 and reported as mean ± standard deviation; `torch.compile` is a single-seed reference. Runs stop at the prescribed error threshold or 300,000 epochs.
Time includes optimizer updates, compilation, autotuning, and cold-start overhead. canpinn and FlashPDE are paired over seeds 42--46 and reported as the median together with the standard deviation across seeds; `torch.compile` is a single-seed reference. Runs stop at the prescribed error threshold or 300,000 epochs.

| Case | canpinn (s) | `torch.compile` (s) | FlashPDE (s) | Speedup | Final L2 error, canpinn / FlashPDE |
|---|---:|---:|---:|---:|---:|
Expand Down
Loading