HIP Runtime API Reference: include/hip/device_functions.h Source File
Go to the documentation of this file.
23#ifndef HIP_INCLUDE_HIP_DEVICE_FUNCTIONS_H
24#define HIP_INCLUDE_HIP_DEVICE_FUNCTIONS_H
26#if !defined(__HIPCC_RTC__)
30#if defined(__HIP_PLATFORM_AMD__) && !defined(__HIP_PLATFORM_NVIDIA__)
31#include <hip/amd_detail/amd_device_functions.h>
32#elif !defined(__HIP_PLATFORM_AMD__) && defined(__HIP_PLATFORM_NVIDIA__)
35#error("Must define exactly one of __HIP_PLATFORM_AMD__ or __HIP_PLATFORM_NVIDIA__");