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

[DOC] Setup Github Pages for docs #34

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
c59d0b6
Rename docs/wiki/gen_readme.py to docs/gen_readme.py
AditModi May 5, 2022
fe7f249
Rename docs/wiki/README.md to docs/README.md
AditModi May 5, 2022
8fcae3f
Rename docs/wiki/1_Motivation.md to docs/1_Motivation.md
AditModi May 5, 2022
65b5ad5
Rename docs/wiki/1_getting_start/Build-on-Conda.md to docs/1_getting_…
AditModi May 5, 2022
09dd9bb
Rename docs/wiki/1_getting_start/Build-on-Ubuntu-18.04.md to docs/1_g…
AditModi May 5, 2022
37b4c57
Rename docs/wiki/1_getting_start/Build-on-macOS.md to docs/1_getting_…
AditModi May 5, 2022
08dc274
Rename docs/wiki/2_user_guide/AMP.md to docs/2_user_guide/AMP.md
AditModi May 5, 2022
9b9617d
Rename docs/wiki/2_user_guide/Distributed-Training.md to docs/2_user_…
AditModi May 5, 2022
583ce3b
Rename docs/wiki/2_user_guide/Train-Model.md to docs/2_user_guide/Tra…
AditModi May 5, 2022
0ef099a
Rename docs/wiki/2_user_guide/Train-PyTorch-Model.md to docs/2_user_g…
AditModi May 5, 2022
5cd9e62
Rename docs/wiki/4_contrib_guide/Development-And-Pull-Request.md to d…
AditModi May 5, 2022
269b27a
Rename docs/wiki/4_contrib_guide/RFC-Collections.md to docs/4_contrib…
AditModi May 5, 2022
a670d85
Rename docs/wiki/3_dev_guide/Add-Operator.md to docs/3_dev_guide/Add-…
AditModi May 5, 2022
3d92760
Rename docs/wiki/3_dev_guide/Add-Pass.md to docs/3_dev_guide/Add-Pass.md
AditModi May 5, 2022
bc87afd
Rename docs/wiki/3_dev_guide/Analyze-Model.md to docs/3_dev_guide/Ana…
AditModi May 5, 2022
88c1bfb
Rename docs/wiki/3_dev_guide/Distribution-Mechanism.md to docs/3_dev_…
AditModi May 5, 2022
4e67b26
Rename docs/wiki/3_dev_guide/IR-Format.md to docs/3_dev_guide/IR-Form…
AditModi May 5, 2022
68c26fe
Rename docs/wiki/3_dev_guide/Memory-Pool.md to docs/3_dev_guide/Memor…
AditModi May 5, 2022
4dd1249
Rename docs/wiki/3_dev_guide/Op-Dialect.md to docs/3_dev_guide/Op-Dia…
AditModi May 5, 2022
3ecc8f5
Rename docs/wiki/3_dev_guide/Profile-Model.md to docs/3_dev_guide/Pro…
AditModi May 5, 2022
021f62c
Rename docs/wiki/3_dev_guide/pass/AutoDataParallel.md to docs/3_dev_g…
AditModi May 5, 2022
afbf470
Rename docs/wiki/3_dev_guide/pass/Multi-CUDA-Stream-Schedule.md to do…
AditModi May 5, 2022
faf5d8f
Rename docs/wiki/3_dev_guide/pass/Rematerialization.md to docs/3_dev_…
AditModi May 5, 2022
b28df3a
Rename README.md to index.md
AditModi May 5, 2022
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,4 @@ It is recommended for communication operators to invoke `RequestDistributed()`.
| --- | --- | --- | --- |
| Void | No | Yes | Dummy for test purposes and standalone mode |
| MPI | No | No | Help NCCL to initialize |
| NCCL | Yes | Yes | Exchange data between GPUs efficiently |
| NCCL | Yes | Yes | Exchange data between GPUs efficiently |
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ foreach operator in RAF IR:
memory consumption -= sizeof(T)
```

The score of each tensor is computed according to its size and the total latency required to recompute it. The latency of each operator is obtained through profiling by default. As mentioned earlier, you can set `"raf.remat.use_gflops_cost" = False` to use the faster but less-accurate GFLOPS-baed cost instead.
The score of each tensor is computed according to its size and the total latency required to recompute it. The latency of each operator is obtained through profiling by default. As mentioned earlier, you can set `"raf.remat.use_gflops_cost" = False` to use the faster but less-accurate GFLOPS-baed cost instead.
File renamed without changes.
File renamed without changes.