Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhar committed Oct 4, 2024
1 parent 4e756b9 commit 69f8f92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion tuner/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@

# Tuning artifacts
tuning_*/

6 changes: 3 additions & 3 deletions tuner/examples/punet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ cp ./dump-mmt/module_main_0_dispatch_0_rocm_hsaco_fb_benchmark.mlir test-benchma
### Recommended Trial Run
For an initial trial to test the tuning loop, use:
```shell
python -m tuner.examples.punet test-benchmark.mlir --num-candidates=10
python -m examples.punet test-benchmark.mlir --num-candidates=10
```

### Dry Run Test
To perform a dry run (no GPU required), use:
```shell
python -m tuner.examples.punet test-benchmark.mlir --num-candidates=64 --num-model-candidates=10 --dry-run
python -m examples.punet test-benchmark.mlir --num-candidates=64 --num-model-candidates=10 --dry-run
```

### Basic Usage
```shell
python -m tuner.examples.punet test-benchmark.mlir
python -m examples.punet test-benchmark.mlir
```

0 comments on commit 69f8f92

Please sign in to comment.