Replies: 1 comment
-
| Hi @jinz2014, For vectors you can create a wrapper function/class which simply performs per-element operation.  We have a proposed extension to enable  I'm not aware of any extensions for 1-byte types like  | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Can you please suggest some solutions when the template parameter is char, ushort, int4, long4, etc for atomic_ref ? Thanks.
Reference
https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html
The template parameter T must be one of the following types:
int,
unsigned int,
long,
unsigned long,
long long,
unsigned long long,
float, or
double.
Beta Was this translation helpful? Give feedback.
All reactions