/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-hip/checkouts/docs-5.7.1/include/hip/library_types.h Source File

/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-hip/checkouts/docs-5.7.1/include/hip/library_types.h Source File#

HIP Runtime API Reference: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-hip/checkouts/docs-5.7.1/include/hip/library_types.h Source File
library_types.h
Go to the documentation of this file.
1/*
2Copyright (c) 2015 - 2023 Advanced Micro Devices, Inc. All rights reserved.
3
4Permission is hereby granted, free of charge, to any person obtaining a copy
5of this software and associated documentation files (the "Software"), to deal
6in the Software without restriction, including without limitation the rights
7to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8copies of the Software, and to permit persons to whom the Software is
9furnished to do so, subject to the following conditions:
10
11The above copyright notice and this permission notice shall be included in
12all copies or substantial portions of the Software.
13
14THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20THE SOFTWARE.
21*/
22
23#ifndef HIP_INCLUDE_HIP_LIBRARY_TYPES_H
24#define HIP_INCLUDE_HIP_LIBRARY_TYPES_H
25
26#if !defined(__HIPCC_RTC__)
27#include <hip/hip_common.h>
28#endif
29
30#if (defined(__HIP_PLATFORM_HCC__) || defined(__HIP_PLATFORM_AMD__)) && !(defined(__HIP_PLATFORM_NVCC__) || defined(__HIP_PLATFORM_NVIDIA__))
31
62
68
69#elif !(defined(__HIP_PLATFORM_HCC__) || defined(__HIP_PLATFORM_AMD__)) && (defined(__HIP_PLATFORM_NVCC__) || defined(__HIP_PLATFORM_NVIDIA__))
70#include "library_types.h"
71#else
72#error("Must define exactly one of __HIP_PLATFORM_AMD__ or __HIP_PLATFORM_NVIDIA__");
73#endif
74
75#endif
hipLibraryPropertyType
Definition library_types.h:63
@ HIP_LIBRARY_MAJOR_VERSION
Definition library_types.h:64
@ HIP_LIBRARY_MINOR_VERSION
Definition library_types.h:65
@ HIP_LIBRARY_PATCH_LEVEL
Definition library_types.h:66
hipDataType
Definition library_types.h:32
@ HIP_C_4I
Definition library_types.h:50
@ HIP_C_64I
Definition library_types.h:58
@ HIP_C_16U
Definition library_types.h:56
@ HIP_C_32U
Definition library_types.h:46
@ HIP_C_64F
Definition library_types.h:38
@ HIP_R_4U
Definition library_types.h:51
@ HIP_R_64F
Definition library_types.h:34
@ HIP_R_32F
Definition library_types.h:33
@ HIP_R_16U
Definition library_types.h:55
@ HIP_C_64U
Definition library_types.h:60
@ HIP_R_8U
Definition library_types.h:41
@ HIP_R_16F
Definition library_types.h:35
@ HIP_R_8I
Definition library_types.h:36
@ HIP_C_16BF
Definition library_types.h:48
@ HIP_C_16F
Definition library_types.h:39
@ HIP_R_64U
Definition library_types.h:59
@ HIP_C_8I
Definition library_types.h:40
@ HIP_R_4I
Definition library_types.h:49
@ HIP_R_16I
Definition library_types.h:53
@ HIP_C_32I
Definition library_types.h:44
@ HIP_C_4U
Definition library_types.h:52
@ HIP_C_8U
Definition library_types.h:42
@ HIP_R_16BF
Definition library_types.h:47
@ HIP_C_32F
Definition library_types.h:37
@ HIP_R_32I
Definition library_types.h:43
@ HIP_R_32U
Definition library_types.h:45
@ HIP_R_64I
Definition library_types.h:57
@ HIP_C_16I
Definition library_types.h:54