code
stringclasses 4
values | gsize
int64 160
4.2M
| lsize
int64 32
928
| execution_time
float64 9.48k
293k
| input_sizes
stringlengths 175
185
| __index_level_0__
int64 0
2.11k
|
---|---|---|---|---|---|
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 2,592 | 96 | 10,934.4 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `44064`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `44064`
| 1,300 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 352,320 | 320 | 51,372.8 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `5989440`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `5989440`
| 1,301 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 969,344 | 32 | 76,233.142857 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `9693440`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `9693440`
| 1,302 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 841,696 | 928 | 61,892 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `8416960`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `8416960`
| 1,303 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 538,400 | 800 | 49,267.2 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `5384000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `5384000`
| 1,304 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 403,200 | 800 | 39,251.2 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `4032000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `4032000`
| 1,305 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 340,736 | 256 | 48,588.8 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `5792512`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `5792512`
| 1,306 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 550,912 | 512 | 66,448 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `9365504`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `9365504`
| 1,307 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 303,200 | 800 | 33,395.2 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `3032000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `3032000`
| 1,308 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 204,160 | 928 | 37,366.4 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `3470720`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `3470720`
| 1,309 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 1,453,248 | 928 | 90,872 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `14532480`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `14532480`
| 1,310 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 135,680 | 256 | 30,499.2 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `2306560`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `2306560`
| 1,311 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 22,080 | 736 | 13,254.4 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `375360`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `375360`
| 1,312 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 671,104 | 448 | 77,948.444444 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `11408768`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `11408768`
| 1,313 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 400,608 | 288 | 40,297.6 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `4006080`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `4006080`
| 1,314 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 449,920 | 320 | 64,236 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `7648640`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `7648640`
| 1,315 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 82,656 | 288 | 19,776 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `826560`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `826560`
| 1,316 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 442,656 | 288 | 41,779.2 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `4426560`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `4426560`
| 1,317 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 25,344 | 32 | 13,494.4 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `253440`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `253440`
| 1,318 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 672,448 | 448 | 77,870.222222 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `11431616`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `11431616`
| 1,319 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 202,240 | 320 | 36,851.2 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `3438080`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `3438080`
| 1,320 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 32,640 | 96 | 16,076.8 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `554880`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `554880`
| 1,321 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 52,896 | 928 | 16,172.8 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `528960`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `528960`
| 1,322 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 9,600 | 32 | 12,227.2 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `96000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `96000`
| 1,323 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 226,400 | 800 | 31,523.2 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `2264000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `2264000`
| 1,324 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 105,280 | 320 | 28,713.6 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `1789760`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `1789760`
| 1,325 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 143,808 | 448 | 31,811.2 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `2444736`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `2444736`
| 1,326 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 292,320 | 288 | 33,260.8 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `2923200`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `2923200`
| 1,327 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 2,616,640 | 320 | 188,832 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `44482880`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `44482880`
| 1,328 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 203,264 | 128 | 37,315.2 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `3455488`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `3455488`
| 1,329 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 926,624 | 736 | 97,648 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `15752608`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `15752608`
| 1,330 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 299,744 | 928 | 33,948.8 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `2997440`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `2997440`
| 1,331 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 3,744 | 96 | 12,051.2 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `63648`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `63648`
| 1,332 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 50,176 | 256 | 17,916.8 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `852992`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `852992`
| 1,333 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 31,200 | 800 | 13,728 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `312000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `312000`
| 1,334 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 379,552 | 928 | 52,944 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `6452384`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `6452384`
| 1,335 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 168,448 | 256 | 34,387.2 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `2863616`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `2863616`
| 1,336 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 23,552 | 128 | 14,275.2 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `400384`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `400384`
| 1,337 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 46,368 | 32 | 16,435.2 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `463680`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `463680`
| 1,338 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 409,024 | 448 | 57,001.6 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `6953408`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `6953408`
| 1,339 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 29,056 | 128 | 15,526.4 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `493952`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `493952`
| 1,340 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 1,221,280 | 32 | 90,758.4 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `12212800`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `12212800`
| 1,341 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 49,184 | 32 | 16,630.4 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `491840`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `491840`
| 1,342 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 1,257,440 | 928 | 122,256 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `21376480`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `21376480`
| 1,343 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 384 | 96 | 10,608 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `6528`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `6528`
| 1,344 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 115,136 | 448 | 29,350.4 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `1957312`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `1957312`
| 1,345 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 491,008 | 512 | 61,360 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `8347136`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `8347136`
| 1,346 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 1,728 | 96 | 12,982.4 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `29376`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `29376`
| 1,347 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 11,232 | 96 | 12,601.6 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `190944`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `190944`
| 1,348 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 1,174,656 | 736 | 116,437.333333 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `19969152`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `19969152`
| 1,349 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 1,088,800 | 800 | 73,728 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `10888000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `10888000`
| 1,350 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 46,720 | 320 | 20,515.2 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `794240`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `794240`
| 1,351 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 5,504 | 128 | 11,539.2 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `93568`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `93568`
| 1,352 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 68,544 | 448 | 22,505.6 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `1165248`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `1165248`
| 1,353 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 1,179,936 | 32 | 87,910.4 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `11799360`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `11799360`
| 1,354 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 2,368 | 32 | 11,462.4 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `23680`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `23680`
| 1,355 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 39,168 | 256 | 15,900.8 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `665856`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `665856`
| 1,356 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 320,160 | 928 | 47,452.8 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `5442720`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `5442720`
| 1,357 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 184,320 | 320 | 37,120 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `3133440`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `3133440`
| 1,358 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 60,672 | 256 | 21,427.2 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `1031424`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `1031424`
| 1,359 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 38,048 | 928 | 14,297.6 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `380480`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `380480`
| 1,360 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 691,712 | 448 | 79,680 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `11759104`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `11759104`
| 1,361 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 51,968 | 448 | 21,193.6 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `883456`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `883456`
| 1,362 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 596,160 | 736 | 72,122.666667 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `10134720`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `10134720`
| 1,363 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 26,880 | 448 | 13,907.2 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `456960`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `456960`
| 1,364 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 141,216 | 96 | 30,752 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `2400672`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `2400672`
| 1,365 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 882,400 | 800 | 65,339.428571 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `8824000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `8824000`
| 1,366 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 5,152 | 736 | 13,001.6 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `87584`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `87584`
| 1,367 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 1,284,352 | 928 | 84,403.2 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `12843520`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `12843520`
| 1,368 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 261,216 | 288 | 32,675.2 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `2612160`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `2612160`
| 1,369 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 11,776 | 32 | 12,563.2 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `117760`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `117760`
| 1,370 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 812,000 | 928 | 60,392 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `8120000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `8120000`
| 1,371 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 169,472 | 256 | 33,728 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `2881024`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `2881024`
| 1,372 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 979,968 | 928 | 98,572.8 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `16659456`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `16659456`
| 1,373 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 9,472 | 256 | 11,593.6 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `161024`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `161024`
| 1,374 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 771,328 | 736 | 79,736 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `13112576`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `13112576`
| 1,375 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 693,600 | 800 | 54,709.333333 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `6936000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `6936000`
| 1,376 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 7,200 | 288 | 12,300.8 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `72000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `72000`
| 1,377 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 1,112,800 | 800 | 75,609.6 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `11128000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `11128000`
| 1,378 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 699,776 | 448 | 82,112 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `11896192`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `11896192`
| 1,379 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 423,936 | 736 | 59,168 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `7206912`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `7206912`
| 1,380 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 421,120 | 320 | 59,459.555556 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `7159040`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `7159040`
| 1,381 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 1,432,832 | 928 | 138,357.333333 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `24358144`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `24358144`
| 1,382 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 86,400 | 128 | 25,443.2 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `1468800`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `1468800`
| 1,383 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 35,904 | 96 | 18,524.8 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `610368`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `610368`
| 1,384 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 734,976 | 928 | 56,295.111111 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `7349760`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `7349760`
| 1,385 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 98,304 | 512 | 25,843.2 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `1671168`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `1671168`
| 1,386 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 13,440 | 448 | 11,907.2 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `228480`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `228480`
| 1,387 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 421,632 | 288 | 40,988.8 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `4216320`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `4216320`
| 1,388 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 383,488 | 256 | 54,640 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `6519296`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `6519296`
| 1,389 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 127,488 | 256 | 29,462.4 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `2167296`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `2167296`
| 1,390 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 230,048 | 32 | 32,668.8 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `2300480`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `2300480`
| 1,391 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] + -1111299700.0);
}
}
| 137,088 | 128 | 30,851.2 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `2330496`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `2330496`
| 1,392 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 1,338,176 | 928 | 85,208 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `13381760`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `13381760`
| 1,393 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 379,392 | 256 | 53,526.4 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `6449664`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `6449664`
| 1,394 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 25,408 | 32 | 13,776 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `254080`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `254080`
| 1,395 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 220,672 | 512 | 37,283.2 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `3751424`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `3751424`
| 1,396 |
kernel void A(global float* src, global float* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 194,400 | 288 | 29,715.2 |
Argument at position 0 is `src`, which is global buffer of type `float` with size `1944000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `1944000`
| 1,397 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 4,640 | 928 | 12,304 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `78880`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `78880`
| 1,398 |
kernel void A(global int* src, global int* dst) {
int gid = get_global_id(0);
for (int i = 0; i < 17; ++i) {
dst[i + gid] = (src[i + gid] < 1028459648);
}
}
| 169,216 | 256 | 33,804.8 |
Argument at position 0 is `src`, which is global buffer of type `int` with size `2876672`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `2876672`
| 1,399 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.