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

忽略 .git-blame-ignore-revs 中的修訂。點擊 這裡 以繞過並查看正常的 Blame 視圖。

15 行
234 B
Markdown
原始文件 標準檢視 歷史記錄

# 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