Files
rocm-systems/projects/hip-tests/samples/2_Cookbook/14_gpu_arch/Readme.md
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 wiersze
234 B
Markdown
Czysty Zwykły widok Historia

# gpu_arch
- Build the sample using cmake
```
$ mkdir build; cd build
$ cmake .. -DCMAKE_PREFIX_PATH=/opt/rocm
$ make
```
- Execute the sample
```
$ ./gpuarch
success
```
## Note : This sample works on architectures gfx908 and above