How to install HigherOrderCO/HVM. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
HigherOrderCO/HVM Installation Guide
How to install HigherOrderCO/HVM. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for HigherOrderCO/HVM. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i HigherOrderCO/HVMor
Install via npx
npx @hexmos/ipm i HigherOrderCO/HVMPrerequisites
Rust
languageVersion: >= 1.50.0
GCC or Clang
build_toolVersion: C-11 compatible
CUDA
system_packageVersion: >= 12.x
nvcc
build_toolVersion: The CUDA compiler
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
C/CUDA Installation
Install a C-11 compatible compiler like GCC or Clang.
Install CUDA and nvcc (the CUDA compiler).Post Installation Steps
- Run the following command to start the HVM2 server: `hvm run`
- You can then interact with your application by running the following command: `hvm run-c <file.hvm>`
- For more information on how to use HVM2, please refer to the [Bend](https://github.com/HigherOrderCO/Bend) documentation.
