An open API service indexing awesome lists of open source software.

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

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
- make

Please note there is not install target at the moment.