https://github.com/jatinx/hip-rtc
experimental: standalone hiprtc lib which does not depend on hip
https://github.com/jatinx/hip-rtc
Last synced: 3 months ago
JSON representation
experimental: standalone hiprtc lib which does not depend on hip
- Host: GitHub
- URL: https://github.com/jatinx/hip-rtc
- Owner: jatinx
- License: mit
- Created: 2024-05-27T00:29:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-02T13:42:58.000Z (about 1 year ago)
- Last Synced: 2025-02-05T05:44:31.325Z (4 months ago)
- Language: C++
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HIPRTC - hip runtime compiler
hip-rtc is a light weight, lean, non-hip dependent library which allows users to compiler hip-programs in code.
This is made only for AMD GPUs. Will not work with any other GPUs.
**Warning** - This is for personal experimentation, for official hiprtc please refer to [ROCm/clr](https://www.github.com/ROCm/clr) repo. [ROCm](https://www.github.com/ROCm) ships hiprtc along side it's installation.
## How to build
Pre req: clang, comgr, rocm-smi
To run tests: amdhip64 is required as well to test running compiled kernels
- clone the repo
- mkdir build && cd build
- cmake .. # -DENABLE_TESTING=ON
- makePlease note there is not install target at the moment.