Skip to content

Commit cf47363

Browse files
authored
Update site favicon (#53)
1 parent 6f0167f commit cf47363

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

chapter_auto_program_optimization/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ database = ms.tune_tir(
300300
num_trials_per_iter=64,
301301
space=ms.space_generator.ScheduleFn(stochastic_schedule_mm),
302302
work_dir="./tune_tmp",
303-
task_name="main"
304303
)
305304
306305
sch = ms.tir_integration.compile_tir(database, MyModule, "llvm --num-cores=1")
@@ -335,7 +334,6 @@ database = ms.tune_tir(
335334
max_trials_global=64,
336335
num_trials_per_iter=64,
337336
work_dir="./tune_tmp",
338-
task_name="main",
339337
)
340338
sch = ms.tir_integration.compile_tir(database, MyModule, "llvm --num-cores=1")
341339
```
@@ -525,7 +523,6 @@ database = ms.tune_tir(
525523
max_trials_global=64,
526524
num_trials_per_iter=64,
527525
work_dir="./tune_tmp",
528-
task_name="main",
529526
)
530527
sch = ms.tir_integration.compile_tir(database, mod_linear, "llvm --num-cores=1")
531528
```

chapter_gpu_acceleration/part1.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ database = ms.tune_tir(
318318
max_trials_global=64,
319319
num_trials_per_iter=64,
320320
work_dir="./tune_tmp",
321-
task_name="main"
322321
)
323322
sch = ms.tir_integration.compile_tir(database, MyModuleMatmul, "nvidia/tesla-p100")
324323
sch.mod.show()

config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ header_links = Course, https://mlc.ai/summer22, fas fa-user-graduate,
9595
中文版, https://mlc.ai/zh, fas fa-external-link-alt
9696

9797
# The filename of the favicon
98-
favicon = static/mlc-favicon.png
98+
favicon = static/mlc-favicon.ico
9999

100100
# The filename of the html logo
101101
html_logo = static/mlc-logo-with-text-landscape.svg

static/mlc-favicon.ico

14.7 KB
Binary file not shown.

static/mlc-favicon.png

-1.45 KB
Binary file not shown.

0 commit comments

Comments
 (0)