| About MetaX | Documentation |
Latest News 🔥
- [2026/1] Released hpc_warp v1.8.1 — aligned with Warp v1.8.1.
Warp is a Python framework for writing high-performance simulation and graphics code. Warp takes regular Python functions and JIT compiles them to efficient kernel code that can run on the CPU or GPU.
This project (hpc_warp) is based on Warp v1.8.1 release, and supports MetaX GPU.
- Hardware: MetaX C-series
- OS: Linux
- Software:
- Python >= 3.10
- Docker support
hpc_warp currently only supports starting on docker images release by MetaX develop community which works out of the box.
export MACA_PATH=/opt/maca
export CUCC_PATH=/opt/maca/tools/cu-bridge
export CUDA_PATH=/opt/maca/tools/cu-bridge
export PATH=${CUCC_PATH}/bin:${CUCC_PATH}/tools:${MACA_CLANG_PATH}:${MACA_PATH}/bin:${CUDA_PATH}/bin:$PATH
export LD_LIBRARY_PATH=${CUCC_PATH}/lib:${MACA_PATH}/lib:${MACA_PATH}/ompi/lib:${MACA_PATH}/ucx/lib:$LD_LIBRARY_PATH
export MACA_DIRECT_DISPATCH=1python build_lib.py --no_libmathdxpython install -e .Below are maintained branches:
| Branch | Status | Note |
|---|---|---|
| master | Maintained | trying to support warp main, no gurantee on functionality |
| releases/v1.8.1 | Maintained | Released |
Apache License 2.0, as found in the LICENSE file.