ckolivas
|
775a27281a
|
Remove atomic ops from opencl kernels given rarity of more than once nonce on the same wavefront and the potential increased ramspeed requirements to use the atomics.
|
2012-10-16 15:10:22 +11:00 |
|
Con Kolivas
|
9bec1e158e
|
Simplify macros in output kernels avoiding apparent loops and local variables.
|
2012-08-24 01:06:17 +10:00 |
|
Con Kolivas
|
4fbe5bed15
|
OpenCL 1.0 does not have native atomic_add and extremely slow support with atom_add so detect opencl1.0 and use a non-atomic workaround.
|
2012-08-23 23:25:32 +10:00 |
|
Con Kolivas
|
f7f55e777d
|
Increase kernel versions signifying changed APIs.
|
2012-08-23 11:19:52 +10:00 |
|