https://github.com/rocm/hip-examples
Examples for HIP
https://github.com/rocm/hip-examples
Last synced: 11 months ago
JSON representation
Examples for HIP
- Host: GitHub
- URL: https://github.com/rocm/hip-examples
- Owner: ROCm
- Archived: true
- Created: 2016-01-22T02:33:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T17:08:55.000Z (over 1 year ago)
- Last Synced: 2025-06-22T19:37:02.189Z (about 1 year ago)
- Language: C++
- Size: 127 MB
- Stars: 208
- Watchers: 41
- Forks: 90
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HIP-Examples
## Deprecation Notice
Please note that AMD will deprecate and archive the `hip-examples` repository. Please visit [rocm-examples](https://github.com/ROCm/rocm-examples), the new home for ROCm examples.
## Examples for HIP.
This depot should be extracted into the root directory of an existing HIP depot.
We managed to push the following benchmarks with HIP upstreamed on github:
* mixbench:
* GPU-Stream:
mixbench and GPU-Stream have been added as submodules for this repository, to fetch data for submodules:
```bash
git submodule init
git submodule update
```