2
0
Ficheiros
rocm-systems/projects/hip-tests/samples/2_Cookbook/11_texture_driver/Readme.md
T

Ignorando as revisões em .git-blame-ignore-revs. Clique aqui para contornar e ver a vista normal de responsabilização.

21 linhas
468 B
Markdown
Em bruto Vista normal Histórico

# texture_driver
- Build the sample using cmake
```
$ mkdir build; cd build
$ cmake .. -DCMAKE_PREFIX_PATH=/opt/rocm
$ make
```
- Execute the sample
```
$ ./texture2dDrv
tex2dKernelChar test PASSED ...
tex2dKernelShort test PASSED ...
tex2dKernelInt test PASSED ...
tex2dKernelFloat test PASSED ...
tex2dKernelChar4 test PASSED ...
tex2dKernelShort4 test PASSED ...
tex2dKernelInt4 test PASSED ...
tex2dKernelFloat4 test PASSED ...
texture2dDrv PASSED ...
```