Révision 117
Epidevomath/vector8.py (revision 117) | ||
---|---|---|
68 | 68 |
|
69 | 69 |
// Get from http://geomalgorithms.com/a07-_distance.html |
70 | 70 |
|
71 |
__kernel void ShortestDistance2(__global float8* clData,__global float* clDistance)
|
|
71 |
__kernel void ShortestDistance(__global float8* clData,__global float* clDistance) |
|
72 | 72 |
{ |
73 | 73 |
int gidx = get_global_id(0); |
74 | 74 |
int ggsz = get_global_size(0); |
Formats disponibles : Unified diff