__kernel void square(__global float* input, __global float* output, const unsigned int count) {
int i = get_global_id(0);
if(i < count)
output[i] = input[i] * input[i];
}
__kernel void square(__global float* input, __global float* output, const unsigned int count) {
int i = get_global_id(0);
if(i < count)
output[i] = input[i] * input[i];
}
int id = get_global_id(0);
__kernel void reverse(__global int* input, __global int* output, const unsigned int count) {
int i = get_global_id(0);
if(i < count)
output[count - 1 - i] = input[i];
}
__kernel void add(__global float* a, __global float* b, __global float* c) {
int id = get_global_id(0);
c[id] = a[id] + b[id];
}
Back-end App Developer
Front-end Web Developer
Full Stack Developer (Java)
Full Stack Developer (.Net)
Full Stack Developer (MEAN)
Full Stack Developer (MERN)
DevOps Engineer
Database Engineer (AzureSQL)
Database Engineer (Oracle)
Database Engineer (General)
Solution Architect (.NET)
Solution Architect (Java)
Solution Architect (Ruby)
Solution Architect (Python)
AI Engineer (Python)
Sr. AI Engineer (Python)
AI Strategist (Python)
Business Intelligence Engineer
Systems Analyst
Mainframe Developer (COBOL)
Mainframe Developer (General)