Asz Wy... Już widzę.
Przecież na początku pliku jest jasno napisane:
/***** Define start and end values for exponents *****/
Ślepy jakiś jestem czy jak? Trzeba zaraz sprawdzić wydajność tego rozwiązania xD
Przecież na początku pliku jest jasno napisane:
/***** Define start and end values for exponents *****/
Kod [Zaznacz]
#define XSTART 0
// The values start from 0 so as to have kernels with block sizes
// that are always powers of 2. This helps performance according to
// the programming guide. The block size is determined using these values.
#define XEND 10
#define YSTART 0
#define YEND 10
#define ZSTART 0
#define ZEND 10
Ślepy jakiś jestem czy jak? Trzeba zaraz sprawdzić wydajność tego rozwiązania xD