Files
rocm-systems/samples/0_Intro/bit_extract/README.md
T

7 строки
301 B
Markdown
Исходник Обычный вид История

2016-01-26 20:14:33 -06:00
# bit_extract
2020-12-15 17:38:08 -05:00
Show an application written directly in HIP which uses platform-specific check on __HIP_PLATFORM_AMD__ to enable use of
2016-01-26 20:14:33 -06:00
an instruction that only exists on the HCC platform.
See related [blog](http://gpuopen.com/platform-aware-coding-inside-hip/) demonstrating platform specialization.