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.
   23#ifndef HIP_INCLUDE_HIP_HIP_BF16_H 
   24#define HIP_INCLUDE_HIP_HIP_BF16_H 
   28#if defined(__HIP_PLATFORM_AMD__) && !defined(__HIP_PLATFORM_NVIDIA__) 
   29#include <hip/amd_detail/amd_hip_bf16.h> 
   30#elif !defined(__HIP_PLATFORM_AMD__) && defined(__HIP_PLATFORM_NVIDIA__) 
   31#include <hip/nvidia_detail/nvidia_hip_bf16.h> 
   33#error("Must define exactly one of __HIP_PLATFORM_AMD__ or __HIP_PLATFORM_NVIDIA__");