File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -197,15 +197,14 @@ static void ggml_check_sycl() try {
197197        g_ggml_sycl_debug = get_sycl_env (" GGML_SYCL_DEBUG"  , 0 );
198198        g_ggml_sycl_disable_optimize= get_sycl_env (" GGML_SYCL_DISABLE_OPT"  , 1 );
199199        g_ggml_sycl_disable_graph = get_sycl_env (" GGML_SYCL_DISABLE_GRAPH"  , 1 );
200-         g_ggml_sycl_disable_dnn = get_sycl_env (" GGML_SYCL_DISABLE_DNN"  , 0 );		 
200+         g_ggml_sycl_disable_dnn = get_sycl_env (" GGML_SYCL_DISABLE_DNN"  , 0 );
201201        g_ggml_sycl_prioritize_dmmv = get_sycl_env (" GGML_SYCL_PRIORITIZE_DMMV"  , 0 );
202202        GGML_SYCL_DEBUG (" [SYCL] call ggml_check_sycl\n "  );
203203        GGML_LOG_INFO (" Running with Environment Variables:\n "  );
204204        GGML_LOG_INFO ("   GGML_SYCL_DEBUG: %d\n "  , g_ggml_sycl_debug);
205205        GGML_LOG_INFO ("   GGML_SYCL_DISABLE_OPT: %d\n "  , g_ggml_sycl_disable_optimize);
206206#ifdef  GGML_SYCL_GRAPH
207207        GGML_LOG_INFO ("   GGML_SYCL_DISABLE_GRAPH: %d\n "  , g_ggml_sycl_disable_graph);
208- 
209208#else 
210209        GGML_LOG_INFO ("   GGML_SYCL_DISABLE_GRAPH: graph disabled by compile flag\n "  );
211210#endif 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments