openxla / xla

A machine learning compiler for GPUs, CPUs, and ML accelerators
Apache License 2.0
2.56k stars 400 forks source link

XLA documentation for Windows #12028

Open mraunak opened 4 months ago

mraunak commented 4 months ago

Recently, we added a configuration to enable XLA on the Windows platform(https://github.com/openxla/xla/pull/11299). Next, to provide comprehensive guidance on building XLA from source and running XLA test cases on Windows, we need to update the documentation to include detailed instructions for setting up the necessary dependencies and environment variables.

Proposed Changes:

Installation of Required Dependencies: BAZEL: Provide clear steps for installing Bazel on the Windows platform. MYSYS: Detail the installation process for MSYS, ensuring compatibility with the build environment. LLVM CLANG COMPILER: Include instructions for installing the LLVM Clang Compiler, specifying the supported version.

Setting Up Environmental Variables: Guide users through the process of setting up environmental variables required for XLA compilation and execution

Test Case Execution Instructions and Troubleshooting Guidance

learning-to-play commented 4 months ago

Hi @ddunl , Where should @mraunak add the documentation?