ROCm / HIPCC

HIPCC: HIP compiler driver

Home Page:https://rocm.docs.amd.com/projects/HIPCC/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HIPCC has moved!

This project is now located in the AMD Fork of the 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 <upstream-llvm-project>
git remote add rocm-llvm https://github.com/ROCm/llvm-project.git
git fetch rocm-llvm <branch> (default branch is amd-staging)
git checkout rocm-llvm/<branch> -- amd (default branch is amd-staging)

The amd-specific projects, including comgr, hipcc, and device-libs, will now be present in the <upstream llvm-project>/amd directory.

About

HIPCC: HIP compiler driver

https://rocm.docs.amd.com/projects/HIPCC/en/latest/

License:MIT License


Languages

Language:C++ 64.1%Language:Perl 30.8%Language:CMake 5.1%Language:Batchfile 0.1%