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

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

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