include/hip/hip_bfloat16.h Source File
include/hip/hip_bfloat16.h Source File
HIP Runtime API Reference: include/hip/hip_bfloat16.h Source File
Go to the documentation of this file.
11#ifndef _HIP_BFLOAT16_H_
12#define _HIP_BFLOAT16_H_
14#if !defined(__HIPCC_RTC__)
18#if defined(__HIP_PLATFORM_AMD__) && !defined(__HIP_PLATFORM_NVIDIA__)
19#include <hip/amd_detail/amd_hip_bfloat16.h>
20#elif !defined(__HIP_PLATFORM_AMD__) && defined(__HIP_PLATFORM_NVIDIA__)
21#warning "hip_bfloat16.h is not supported on nvidia platform"
23#error ("Must define exactly one of __HIP_PLATFORM_AMD__ or __HIP_PLATFORM_NVIDIA__");