include/hip/hip_bf16.h Source File
include/hip/hip_bf16.h Source File
HIP Runtime API Reference: include/hip/hip_bf16.h Source File
Go to the documentation of this file.
7#ifndef HIP_INCLUDE_HIP_HIP_BF16_H
8#define HIP_INCLUDE_HIP_HIP_BF16_H
12#if defined(__HIP_PLATFORM_AMD__) && !defined(__HIP_PLATFORM_NVIDIA__)
13#include <hip/amd_detail/amd_hip_bf16.h>
14#elif !defined(__HIP_PLATFORM_AMD__) && defined(__HIP_PLATFORM_NVIDIA__)
15#include <hip/nvidia_detail/nvidia_hip_bf16.h>
17#error ("Must define exactly one of __HIP_PLATFORM_AMD__ or __HIP_PLATFORM_NVIDIA__");