![]() |
Mali OpenCL SDK v1.1.0
|
#include "common.h"
#include "image.h"
#include <CL/cl.h>
#include <iostream>
#include <fstream>
#include <sstream>
#include <cstddef>
#include <cmath>
Go to the source code of this file.
Functions | |
int | main (void) |
Long data type (64-bit integer) OpenCL example. | |
int main | ( | void | ) |
Long data type (64-bit integer) OpenCL example.
An example to calculate, for an image:
Definition at line 32 of file 64_bit_integer.cpp.