Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update site favicon #198

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
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
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.
Loading