https://github.com/rocm/hipcc
HIPCC: HIP compiler driver
https://github.com/rocm/hipcc
Last synced: about 1 year ago
JSON representation
HIPCC: HIP compiler driver
- Host: GitHub
- URL: https://github.com/rocm/hipcc
- Owner: ROCm
- Archived: true
- Created: 2021-11-19T07:49:42.000Z (over 4 years ago)
- Default Branch: deprecated
- Last Pushed: 2024-05-06T13:45:58.000Z (about 2 years ago)
- Last Synced: 2025-03-05T00:16:21.792Z (over 1 year ago)
- Language: C++
- Homepage: https://rocm.docs.amd.com/projects/HIPCC/en/latest/
- Size: 177 KB
- Stars: 40
- Watchers: 16
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
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.