include/hip/channel_descriptor.h Source File
include/hip/channel_descriptor.h Source File
HIP Runtime API Reference: include/hip/channel_descriptor.h Source File
Go to the documentation of this file.
7#ifndef HIP_INCLUDE_HIP_CHANNEL_DESCRIPTOR_H
8#define HIP_INCLUDE_HIP_CHANNEL_DESCRIPTOR_H
15#if defined(__HIP_PLATFORM_AMD__) && !defined(__HIP_PLATFORM_NVIDIA__)
16#include <hip/amd_detail/amd_channel_descriptor.h>
17#elif !defined(__HIP_PLATFORM_AMD__) && defined(__HIP_PLATFORM_NVIDIA__)
18#include <hip/nvidia_detail/nvidia_channel_descriptor.h>
20#error ("Must define exactly one of __HIP_PLATFORM_AMD__ or __HIP_PLATFORM_NVIDIA__");