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 < 10; ++i) {
dst[i + gid] = (src[i + gid] - -3789826800.0);
}
}
| 714,400 | 800 | 54,734.222222 | Argument at position 0 is `src`, which is global buffer of type `float` with size `7144000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `7144000` | 400 |
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);
}
}
| 518,336 | 448 | 64,076.8 | Argument at position 0 is `src`, which is global buffer of type `int` with size `8811712`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `8811712` | 401 |
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);
}
}
| 678,400 | 512 | 77,045.333333 | Argument at position 0 is `src`, which is global buffer of type `int` with size `11532800`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `11532800` | 402 |
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);
}
}
| 12,928 | 128 | 12,707.2 | Argument at position 0 is `src`, which is global buffer of type `float` with size `219776`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `219776` | 403 |
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);
}
}
| 39,904 | 32 | 15,318.4 | Argument at position 0 is `src`, which is global buffer of type `float` with size `399040`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `399040` | 404 |
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);
}
}
| 74,400 | 800 | 19,209.6 | Argument at position 0 is `src`, which is global buffer of type `float` with size `744000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `744000` | 405 |
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);
}
}
| 72,000 | 288 | 18,707.2 | Argument at position 0 is `src`, which is global buffer of type `float` with size `720000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `720000` | 406 |
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);
}
}
| 44,640 | 32 | 15,795.2 | Argument at position 0 is `src`, which is global buffer of type `float` with size `446400`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `446400` | 407 |
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);
}
}
| 2,048 | 256 | 10,656 | Argument at position 0 is `src`, which is global buffer of type `int` with size `34816`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `34816` | 408 |
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,431,808 | 32 | 154,080 | Argument at position 0 is `src`, which is global buffer of type `float` with size `24318080`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `24318080` | 409 |
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);
}
}
| 21,472 | 32 | 13,590.4 | Argument at position 0 is `src`, which is global buffer of type `float` with size `214720`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `214720` | 410 |
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);
}
}
| 816,960 | 736 | 89,176 | Argument at position 0 is `src`, which is global buffer of type `float` with size `13888320`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `13888320` | 411 |
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);
}
}
| 709,920 | 928 | 55,566.222222 | Argument at position 0 is `src`, which is global buffer of type `float` with size `7099200`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `7099200` | 412 |
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,824 | 32 | 12,707.2 | Argument at position 0 is `src`, which is global buffer of type `float` with size `98240`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `98240` | 413 |
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);
}
}
| 59,136 | 128 | 22,556.8 | Argument at position 0 is `src`, which is global buffer of type `float` with size `1005312`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `1005312` | 414 |
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);
}
}
| 434,880 | 288 | 42,486.4 | Argument at position 0 is `src`, which is global buffer of type `float` with size `4348800`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `4348800` | 415 |
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);
}
}
| 507,904 | 512 | 63,081.6 | Argument at position 0 is `src`, which is global buffer of type `int` with size `8634368`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `8634368` | 416 |
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);
}
}
| 713,280 | 320 | 70,048 | Argument at position 0 is `src`, which is global buffer of type `float` with size `12125760`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `12125760` | 417 |
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);
}
}
| 440,832 | 448 | 59,756.8 | Argument at position 0 is `src`, which is global buffer of type `int` with size `7494144`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `7494144` | 418 |
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);
}
}
| 59,776 | 128 | 21,852.8 | Argument at position 0 is `src`, which is global buffer of type `float` with size `1016192`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `1016192` | 419 |
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);
}
}
| 31,744 | 128 | 17,654.4 | Argument at position 0 is `src`, which is global buffer of type `float` with size `539648`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `539648` | 420 |
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);
}
}
| 15,840 | 288 | 14,073.6 | Argument at position 0 is `src`, which is global buffer of type `float` with size `158400`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `158400` | 421 |
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);
}
}
| 27,136 | 32 | 13,840 | Argument at position 0 is `src`, which is global buffer of type `float` with size `271360`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `271360` | 422 |
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);
}
}
| 21,312 | 288 | 12,998.4 | Argument at position 0 is `src`, which is global buffer of type `float` with size `213120`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `213120` | 423 |
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);
}
}
| 8,000 | 32 | 13,750.4 | Argument at position 0 is `src`, which is global buffer of type `float` with size `80000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `80000` | 424 |
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);
}
}
| 40,256 | 32 | 16,233.6 | Argument at position 0 is `src`, which is global buffer of type `float` with size `402560`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `402560` | 425 |
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);
}
}
| 438,784 | 512 | 58,409.6 | Argument at position 0 is `src`, which is global buffer of type `int` with size `7459328`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `7459328` | 426 |
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);
}
}
| 18,688 | 128 | 12,195.2 | Argument at position 0 is `src`, which is global buffer of type `float` with size `317696`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `317696` | 427 |
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);
}
}
| 125,440 | 256 | 29,532.8 | Argument at position 0 is `src`, which is global buffer of type `int` with size `2132480`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `2132480` | 428 |
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);
}
}
| 19,296 | 96 | 14,086.4 | Argument at position 0 is `src`, which is global buffer of type `float` with size `328032`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `328032` | 429 |
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);
}
}
| 7,616 | 448 | 11,376 | Argument at position 0 is `src`, which is global buffer of type `int` with size `129472`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `129472` | 430 |
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);
}
}
| 537,600 | 512 | 66,368 | Argument at position 0 is `src`, which is global buffer of type `int` with size `9139200`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `9139200` | 431 |
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);
}
}
| 339,520 | 320 | 49,520 | Argument at position 0 is `src`, which is global buffer of type `float` with size `5771840`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `5771840` | 432 |
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);
}
}
| 32,480 | 32 | 14,515.2 | Argument at position 0 is `src`, which is global buffer of type `float` with size `324800`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `324800` | 433 |
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,184 | 32 | 10,579.2 | Argument at position 0 is `src`, which is global buffer of type `float` with size `11840`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `11840` | 434 |
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);
}
}
| 23,264 | 32 | 14,857.6 | Argument at position 0 is `src`, which is global buffer of type `float` with size `232640`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `232640` | 435 |
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);
}
}
| 58,464 | 928 | 15,590.4 | Argument at position 0 is `src`, which is global buffer of type `float` with size `584640`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `584640` | 436 |
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);
}
}
| 358,912 | 256 | 51,491.2 | Argument at position 0 is `src`, which is global buffer of type `int` with size `6101504`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `6101504` | 437 |
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);
}
}
| 130,368 | 96 | 29,126.4 | Argument at position 0 is `src`, which is global buffer of type `float` with size `2216256`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `2216256` | 438 |
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);
}
}
| 580,000 | 800 | 50,000 | Argument at position 0 is `src`, which is global buffer of type `float` with size `5800000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `5800000` | 439 |
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);
}
}
| 553,600 | 800 | 47,561.6 | Argument at position 0 is `src`, which is global buffer of type `float` with size `5536000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `5536000` | 440 |
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);
}
}
| 129,920 | 928 | 24,454.4 | Argument at position 0 is `src`, which is global buffer of type `float` with size `1299200`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `1299200` | 441 |
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);
}
}
| 111,488 | 128 | 29,097.6 | Argument at position 0 is `src`, which is global buffer of type `float` with size `1895296`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `1895296` | 442 |
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);
}
}
| 36,000 | 800 | 15,152 | Argument at position 0 is `src`, which is global buffer of type `float` with size `360000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `360000` | 443 |
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,424 | 32 | 12,022.4 | Argument at position 0 is `src`, which is global buffer of type `float` with size `74240`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `74240` | 444 |
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);
}
}
| 161,664 | 128 | 34,086.4 | Argument at position 0 is `src`, which is global buffer of type `float` with size `2748288`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `2748288` | 445 |
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);
}
}
| 712,800 | 800 | 54,453.333333 | Argument at position 0 is `src`, which is global buffer of type `float` with size `7128000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `7128000` | 446 |
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);
}
}
| 404,608 | 928 | 39,817.6 | Argument at position 0 is `src`, which is global buffer of type `float` with size `4046080`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `4046080` | 447 |
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);
}
}
| 36,064 | 736 | 17,404.8 | Argument at position 0 is `src`, which is global buffer of type `float` with size `613088`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `613088` | 448 |
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);
}
}
| 100,800 | 96 | 27,849.6 | Argument at position 0 is `src`, which is global buffer of type `float` with size `1713600`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `1713600` | 449 |
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,044,000 | 928 | 72,021.333333 | Argument at position 0 is `src`, which is global buffer of type `float` with size `10440000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `10440000` | 450 |
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,880 | 96 | 13,075.2 | Argument at position 0 is `src`, which is global buffer of type `float` with size `48960`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `48960` | 451 |
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);
}
}
| 294,400 | 800 | 33,539.2 | Argument at position 0 is `src`, which is global buffer of type `float` with size `2944000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `2944000` | 452 |
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);
}
}
| 32,000 | 800 | 13,232 | Argument at position 0 is `src`, which is global buffer of type `float` with size `320000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `320000` | 453 |
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);
}
}
| 509,472 | 928 | 63,945.6 | Argument at position 0 is `src`, which is global buffer of type `int` with size `8661024`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `8661024` | 454 |
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);
}
}
| 319,424 | 448 | 47,475.2 | Argument at position 0 is `src`, which is global buffer of type `int` with size `5430208`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `5430208` | 455 |
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);
}
}
| 302,848 | 448 | 46,467.2 | Argument at position 0 is `src`, which is global buffer of type `int` with size `5148416`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `5148416` | 456 |
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,944 | 736 | 11,715.2 | Argument at position 0 is `src`, which is global buffer of type `float` with size `50048`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `50048` | 457 |
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,432 | 32 | 11,123.2 | Argument at position 0 is `src`, which is global buffer of type `float` with size `24320`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `24320` | 458 |
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);
}
}
| 121,856 | 448 | 31,292.8 | Argument at position 0 is `src`, which is global buffer of type `int` with size `2071552`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `2071552` | 459 |
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,131,232 | 928 | 113,932.8 | Argument at position 0 is `src`, which is global buffer of type `int` with size `19230944`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `19230944` | 460 |
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);
}
}
| 482,048 | 448 | 62,809.6 | Argument at position 0 is `src`, which is global buffer of type `int` with size `8194816`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `8194816` | 461 |
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);
}
}
| 677,856 | 736 | 81,465.6 | Argument at position 0 is `src`, which is global buffer of type `float` with size `11523552`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `11523552` | 462 |
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);
}
}
| 47,360 | 128 | 19,251.2 | Argument at position 0 is `src`, which is global buffer of type `float` with size `805120`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `805120` | 463 |
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);
}
}
| 344,160 | 288 | 36,326.4 | Argument at position 0 is `src`, which is global buffer of type `float` with size `3441600`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `3441600` | 464 |
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);
}
}
| 6,400 | 128 | 11,603.2 | Argument at position 0 is `src`, which is global buffer of type `float` with size `108800`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `108800` | 465 |
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);
}
}
| 85,824 | 96 | 23,497.6 | Argument at position 0 is `src`, which is global buffer of type `float` with size `1459008`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `1459008` | 466 |
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);
}
}
| 660,928 | 736 | 78,470.4 | Argument at position 0 is `src`, which is global buffer of type `float` with size `11235776`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `11235776` | 467 |
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);
}
}
| 434,592 | 288 | 41,315.2 | Argument at position 0 is `src`, which is global buffer of type `float` with size `4345920`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `4345920` | 468 |
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,154,400 | 800 | 77,235.2 | Argument at position 0 is `src`, which is global buffer of type `float` with size `11544000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `11544000` | 469 |
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,060,704 | 928 | 108,243.2 | Argument at position 0 is `src`, which is global buffer of type `int` with size `18031968`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `18031968` | 470 |
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);
}
}
| 662,592 | 928 | 76,028.444444 | Argument at position 0 is `src`, which is global buffer of type `int` with size `11264064`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `11264064` | 471 |
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);
}
}
| 43,520 | 256 | 16,521.6 | Argument at position 0 is `src`, which is global buffer of type `int` with size `739840`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `739840` | 472 |
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);
}
}
| 176,384 | 128 | 34,739.2 | Argument at position 0 is `src`, which is global buffer of type `float` with size `2998528`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `2998528` | 473 |
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);
}
}
| 16,416 | 288 | 14,144 | Argument at position 0 is `src`, which is global buffer of type `float` with size `164160`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `164160` | 474 |
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);
}
}
| 572,800 | 800 | 50,512 | Argument at position 0 is `src`, which is global buffer of type `float` with size `5728000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `5728000` | 475 |
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);
}
}
| 85,632 | 128 | 24,745.6 | Argument at position 0 is `src`, which is global buffer of type `float` with size `1455744`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `1455744` | 476 |
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);
}
}
| 4,352 | 128 | 10,758.4 | Argument at position 0 is `src`, which is global buffer of type `float` with size `73984`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `73984` | 477 |
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);
}
}
| 181,760 | 512 | 35,513.6 | Argument at position 0 is `src`, which is global buffer of type `int` with size `3089920`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `3089920` | 478 |
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,672 | 928 | 20,448 | Argument at position 0 is `src`, which is global buffer of type `int` with size `1167424`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `1167424` | 479 |
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);
}
}
| 359,136 | 288 | 36,953.6 | Argument at position 0 is `src`, which is global buffer of type `float` with size `3591360`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `3591360` | 480 |
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);
}
}
| 735,552 | 32 | 64,280.888889 | Argument at position 0 is `src`, which is global buffer of type `float` with size `7355520`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `7355520` | 481 |
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);
}
}
| 21,056 | 448 | 13,184 | Argument at position 0 is `src`, which is global buffer of type `int` with size `357952`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `357952` | 482 |
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,349,312 | 928 | 130,912 | Argument at position 0 is `src`, which is global buffer of type `int` with size `22938304`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `22938304` | 483 |
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);
}
}
| 471,424 | 928 | 42,710.4 | Argument at position 0 is `src`, which is global buffer of type `float` with size `4714240`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `4714240` | 484 |
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);
}
}
| 44,544 | 928 | 13,916.8 | Argument at position 0 is `src`, which is global buffer of type `float` with size `445440`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `445440` | 485 |
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);
}
}
| 183,232 | 448 | 35,219.2 | Argument at position 0 is `src`, which is global buffer of type `int` with size `3114944`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `3114944` | 486 |
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);
}
}
| 142,784 | 736 | 32,838.4 | Argument at position 0 is `src`, which is global buffer of type `float` with size `2427328`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `2427328` | 487 |
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);
}
}
| 800,768 | 512 | 87,120 | Argument at position 0 is `src`, which is global buffer of type `int` with size `13613056`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `13613056` | 488 |
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,472 | 128 | 28,857.6 | Argument at position 0 is `src`, which is global buffer of type `float` with size `1793024`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `1793024` | 489 |
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);
}
}
| 234,720 | 288 | 30,492.8 | Argument at position 0 is `src`, which is global buffer of type `float` with size `2347200`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `2347200` | 490 |
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);
}
}
| 904,416 | 32 | 73,339.428571 | Argument at position 0 is `src`, which is global buffer of type `float` with size `9044160`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `9044160` | 491 |
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);
}
}
| 358,432 | 736 | 52,768 | Argument at position 0 is `src`, which is global buffer of type `float` with size `6093344`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `6093344` | 492 |
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);
}
}
| 6,912 | 288 | 12,969.6 | Argument at position 0 is `src`, which is global buffer of type `float` with size `69120`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `69120` | 493 |
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);
}
}
| 16,000 | 32 | 13,353.6 | Argument at position 0 is `src`, which is global buffer of type `float` with size `160000`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `160000` | 494 |
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);
}
}
| 279,552 | 256 | 43,472 | Argument at position 0 is `src`, which is global buffer of type `int` with size `4752384`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `4752384` | 495 |
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);
}
}
| 409,248 | 928 | 41,065.6 | Argument at position 0 is `src`, which is global buffer of type `float` with size `4092480`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `4092480` | 496 |
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,258,368 | 928 | 83,084.8 | Argument at position 0 is `src`, which is global buffer of type `float` with size `12583680`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `12583680` | 497 |
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);
}
}
| 16,512 | 128 | 14,208 | Argument at position 0 is `src`, which is global buffer of type `float` with size `280704`
Argument at position 1 is `dst`, which is global buffer of type `float` with size `280704` | 498 |
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);
}
}
| 920,576 | 928 | 96,986.666667 | Argument at position 0 is `src`, which is global buffer of type `int` with size `15649792`
Argument at position 1 is `dst`, which is global buffer of type `int` with size `15649792` | 499 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.