You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This folder contains the experimental PyTorch Unified Python-less Solution, for both compiler and runtime. Proceed with caution.
4
+
5
+
6
+
## torch dependency
7
+
We use the pinned pytorch version from `install_requirements.py` and CI should be using `.ci/docker/ci_commit_pins/pytorch.txt` which should be consistent with `install_requirements.py`.
8
+
9
+
10
+
## Compiler
11
+
All code should live in `compiler/` folder. Code uses `torch` nightly as mentioned in torch dependency section.
12
+
13
+
## Runtime
14
+
All code should live in `runtime/` folder. CMake build system should leverage `libtorch` in the pip install of `torch` nightly. To build runtime, we need to point `CMAKE_PREFIX_PATH` to the pip install location of `torch` nightly. This way we can do:
0 commit comments