File tree 2 files changed +3
-68
lines changed
2 files changed +3
-68
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -82,6 +82,9 @@ should be a list following this format: `Key1: Value1; Key2: value2`.
82
82
83
83
## Building from source
84
84
85
+ > Note: currently only macOS and Linux is supported. When on Windows, the best option
86
+ > to use XLA and EXLA is by running inside WSL.
87
+
85
88
To build the XLA binaries locally you need to set ` XLA_BUILD=true ` and possibly ` XLA_TARGET ` .
86
89
Keep in mind that the compilation usually takes a very long time.
87
90
@@ -91,12 +94,6 @@ You will need the following installed in your system for the compilation:
91
94
* [ Bazel v6.1.2] ( https://bazel.build/ ) for compiling XLA
92
95
* [ Python3] ( https://python.org ) with NumPy installed for compiling XLA
93
96
94
- If running on Windows, you will also need:
95
-
96
- * [ MSYS2] ( https://www.msys2.org/ )
97
- * [ Microsoft Build Tools 2019] ( https://visualstudio.microsoft.com/downloads/ )
98
- * [ Microsoft Visual C++ 2019 Redistributable] ( https://visualstudio.microsoft.com/downloads/ )
99
-
100
97
### Common issues
101
98
102
99
#### Bazel version
You can’t perform that action at this time.
0 commit comments