SWDEV-436821 Update hip samples Readme files
Change-Id: I6bf3a72eac4a4242cb2dbf4e6eee73e0e1bef2ef
[ROCm/hip-tests commit: 76dd8ea569]
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# module_api_global
|
||||
|
||||
- Steps to build this sample
|
||||
```
|
||||
$ mkdir build; cd build
|
||||
$ cmake .. -DCMAKE_PREFIX_PATH=/opt/rocm
|
||||
$ make
|
||||
```
|
||||
|
||||
- Execute Code
|
||||
```
|
||||
$ ./runKernel1.hip.out
|
||||
PASSED!
|
||||
Shared Size Bytes = 0
|
||||
Num Regs = 3
|
||||
PASSED!
|
||||
```
|
||||
Reference in New Issue
Block a user