include/hip/hip_vector_types.h Source File
include/hip/hip_vector_types.h Source File
HIP Runtime API Reference: include/hip/hip_vector_types.h Source File
Go to the documentation of this file.
9#ifndef HIP_INCLUDE_HIP_HIP_VECTOR_TYPES_H
10#define HIP_INCLUDE_HIP_HIP_VECTOR_TYPES_H
15#if defined(__HIP_PLATFORM_AMD__) && !defined(__HIP_PLATFORM_NVIDIA__)
17#include <hip/amd_detail/amd_hip_vector_types.h>
19#elif !defined(__HIP_PLATFORM_AMD__) && defined(__HIP_PLATFORM_NVIDIA__)
20#include <vector_types.h>
22#error ("Must define exactly one of __HIP_PLATFORM_AMD__ or __HIP_PLATFORM_NVIDIA__");