Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Neet-Nestor committed Jun 4, 2024
1 parent e2bf411 commit 76aa0ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions chapter_auto_program_optimization/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ database = ms.tune_tir(
num_trials_per_iter=64,
space=ms.space_generator.ScheduleFn(stochastic_schedule_mm),
work_dir="./tune_tmp",
task_name="main"
)
sch = ms.tir_integration.compile_tir(database, MyModule, "llvm --num-cores=1")
Expand Down Expand Up @@ -335,7 +334,6 @@ database = ms.tune_tir(
max_trials_global=64,
num_trials_per_iter=64,
work_dir="./tune_tmp",
task_name="main",
)
sch = ms.tir_integration.compile_tir(database, MyModule, "llvm --num-cores=1")
```
Expand Down Expand Up @@ -525,7 +523,6 @@ database = ms.tune_tir(
max_trials_global=64,
num_trials_per_iter=64,
work_dir="./tune_tmp",
task_name="main",
)
sch = ms.tir_integration.compile_tir(database, mod_linear, "llvm --num-cores=1")
```
Expand Down
1 change: 0 additions & 1 deletion chapter_gpu_acceleration/part1.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ database = ms.tune_tir(
max_trials_global=64,
num_trials_per_iter=64,
work_dir="./tune_tmp",
task_name="main"
)
sch = ms.tir_integration.compile_tir(database, MyModuleMatmul, "nvidia/tesla-p100")
sch.mod.show()
Expand Down

0 comments on commit 76aa0ba

Please sign in to comment.