logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/HVM
or

Install via npx

npx @hexmos/ipm i HigherOrderCO/HVM

Prerequisites

Rust

language

Version: >= 1.50.0

GCC or Clang

build_tool

Version: C-11 compatible

CUDA

system_package

Version: >= 12.x

nvcc

build_tool

Version: 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.