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.
   29 #ifndef _HIP_BFLOAT16_H_ 
   30 #define _HIP_BFLOAT16_H_ 
   32 #if !defined(__HIPCC_RTC__) 
   36 #if defined(__HIP_PLATFORM_AMD__) && !defined(__HIP_PLATFORM_NVIDIA__) 
   37 #include <hip/amd_detail/amd_hip_bfloat16.h> 
   38 #elif !defined(__HIP_PLATFORM_AMD__) && defined(__HIP_PLATFORM_NVIDIA__) 
   39 #warning "hip_bfloat16.h is not supported on nvidia platform" 
   41 #error ("Must define exactly one of __HIP_PLATFORM_AMD__ or __HIP_PLATFORM_NVIDIA__");