# HIPCC **Repository Path**: QAiCode/HIPCC ## Basic Information - **Project Name**: HIPCC - **Description**: HIP compiler driver (hipcc) - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: deprecated - **Homepage**: https://gitee.com/QAiCode/HIPCC - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-25 - **Last Updated**: 2025-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HIPCC has moved! This project is now located in the [AMD Fork of the LLVM Project](https://github.com/ROCm/llvm-project), under the "amd/hipcc" directory. This repository is now read-only. All issues and pull requests related to the ROCm device libraries should be filed at https://github.com/ROCm/llvm-project with the `hipcc` tag. Users wishing to include hipcc with upstream LLVM without needing to clone the entire ROCm llvm-project fork can still do so as follows: cd git remote add rocm-llvm https://github.com/ROCm/llvm-project.git git fetch rocm-llvm (default branch is amd-staging) git checkout rocm-llvm/ -- amd (default branch is amd-staging) The amd-specific projects, including comgr, hipcc, and device-libs, will now be present in the `/amd` directory.