Files
rocm-systems/samples/1_Utils/hipInfo/README.md
T

7 lines
319 B
Markdown
Raw Normal View History

2016-01-26 20:14:33 -06:00
# hipInfo
Simple tool that prints properties for each device (from hipGetDeviceProperties), and compiler info.
Properties includes all of the architectural feature flags for each device.
2020-12-15 17:38:08 -05:00
Also demonstrates how to use platform-specific compilation path (testing `__HIP_PLATFORM_AMD__` or `__HIP_PLATFORM_NVIDIA__`)