Files
rocm-systems/projects/hip-tests/samples/0_Intro/module_api/README.md
T

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

19 baris
247 B
Markdown
Mentah Pandangan Normal Riwayat

# module_api
- Steps to build this sample
```
$ mkdir build; cd build
$ cmake .. -DCMAKE_PREFIX_PATH=/opt/rocm
$ make
```
- Execute Code
```
$ ./launchKernelHcc.hip.out
PASSED!
$ ./runKernel.hip.out
PASSED!
$ ./defaultDriver.hip.out
PASSED!
```