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 64b480c commit e7b5b5b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 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
2 changes: 1 addition & 1 deletion config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ header_links = 课程, https://mlc.ai/summer22-zh, fas fa-user-graduate,
English, https://mlc.ai, fas fa-external-link-alt

# The filename of the favicon
favicon = static/mlc-favicon.png
favicon = static/mlc-favicon.ico

# The filename of the html logo
html_logo = static/mlc-logo-with-text-landscape.svg
Expand Down
Binary file added static/mlc-favicon.ico
Binary file not shown.
Binary file removed static/mlc-favicon.png
Binary file not shown.

0 comments on commit e7b5b5b

Please sign in to comment.