# torch-int **Repository Path**: superpig2021/torch-int ## Basic Information - **Project Name**: torch-int - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: bloom - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-26 - **Last Updated**: 2024-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # torch-int This repository contains integer operators on GPUs for PyTorch. ## Dependencies - CUTLASS - PyTorch with CUDA 11.3 - NVIDIA-Toolkit 11.3 - CUDA Driver 11.3 - gcc g++ 9.4.0 ## Installation ```bash git clone --recurse-submodules https://github.com/Guangxuan-Xiao/torch-int.git conda create -n int python=3.8 conda activate int conda install -c anaconda gxx_linux-64=9 pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113 pip install -r requirements.txt source environment.sh bash build_cutlass.sh python setup.py install ``` ## Test ```bash python tests/test_linear_modules.py ```