File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed 
third_party/intel/lib/Target/SPIRV Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -107,11 +107,12 @@ class SmallVectorBuffer : public std::streambuf {
107107
108108static  SPIRV::TranslatorOpts getSPIRVOpts () {
109109  SPIRV::TranslatorOpts SPIRVOpts{SPIRV::VersionNumber::SPIRV_1_4};
110-   static  constexpr  std::array<SPIRV::ExtensionID, 19 > AllowedExtensions{
110+   static  constexpr  std::array<SPIRV::ExtensionID, 20 > AllowedExtensions{
111111      SPIRV::ExtensionID::SPV_EXT_shader_atomic_float_add,
112112      SPIRV::ExtensionID::SPV_INTEL_2d_block_io,
113113      SPIRV::ExtensionID::SPV_INTEL_arbitrary_precision_integers,
114114      SPIRV::ExtensionID::SPV_INTEL_arithmetic_fence,
115+       SPIRV::ExtensionID::SPV_INTEL_bfloat16_arithmetic,
115116      SPIRV::ExtensionID::SPV_INTEL_bfloat16_conversion,
116117      SPIRV::ExtensionID::SPV_INTEL_cache_controls,
117118      SPIRV::ExtensionID::SPV_INTEL_fp_fast_math_mode,
Original file line number Diff line number Diff line change 1- 31c82e8cfc7cec7ab1cd8d3359fdd8781780c91c 
1+ 8242eb7a4ab820413dfb99a19414a95339b63672 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments