File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
sycl/doc/extensions/experimental Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ sycl::device get_current_device();
106106---- 
107107!====
108108
109- _Returns:_ The current default  device for the calling host thread. If 
109+ _Returns:_ The current device for the calling host thread. If 
110110`set_current_device()` has not been called by this thread, returns the
111111device selected by the default device selector.
112112
@@ -128,7 +128,7 @@ void set_current_device(sycl::device dev);
128128---- 
129129!====
130130
131- _Effects:_ Sets the current default  device to `dev` for the calling host thread.
131+ _Effects:_ Sets the current device to `dev` for the calling host thread.
132132
133133_Preconditions:_ The function is called from a host thread, executing outside
134134of a host task or an asynchronous error handler.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments