File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2336,7 +2336,7 @@ static bool ggml_backend_cann_supports_op(ggml_backend_dev_t dev,
23362336                case  GGML_TYPE_Q8_0:
23372337                case  GGML_TYPE_Q4_0:
23382338#ifdef  ASCEND_310P
2339-                     //  Q4 && Q8 per group is not suppor  on 310p device
2339+                     //  Q4 && Q8 per group is not support  on 310p device
23402340                    return  false ;
23412341#endif 
23422342                    //  only support contiguous for quantized types.
@@ -2354,7 +2354,7 @@ static bool ggml_backend_cann_supports_op(ggml_backend_dev_t dev,
23542354                case  GGML_TYPE_Q8_0:
23552355                case  GGML_TYPE_Q4_0:
23562356#ifdef  ASCEND_310P
2357-                     //  Q4 && Q8 per group is not suppor  on 310p device
2357+                     //  Q4 && Q8 per group is not support  on 310p device
23582358                    return  false ;
23592359#endif 
23602360                    //  only support contiguous for quantized types.
@@ -2506,7 +2506,7 @@ static bool ggml_backend_cann_supports_op(ggml_backend_dev_t dev,
25062506            return  true ;
25072507        case  GGML_OP_FLASH_ATTN_EXT:{
25082508#ifdef  ASCEND_310P
2509-             //  FA not suppor  on 310p device
2509+             //  FA not support  on 310p device
25102510            return  false ;
25112511#endif 
25122512            //  derived from [ggml-cuda.cu]
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments