OpenCL / ComplexMath

Complex number types (cdouble, cfloat) and complex math for OpenCL C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complex Math for OpenCL

Complex number types (cdouble, cfloat) and complex math for OpenCL C. Project is a part of OpenCL.org initiative.

Run tests

# clone the repository
git clone https://github.com/OpenCL/ComplexMath

# go to the project directory
cd ComplexMath

# create a build directory
mkdir build

# go to the build directory
cd build

# run cmake or cmake-gui, setup options for your system
cmake ..

# compile
make

# run
ctest

Contributions And License

Comments and suggestions for improvements are most welcome. More details are found at CONTRIBUTING and LICENSE.

About

Complex number types (cdouble, cfloat) and complex math for OpenCL C.

License:MIT License


Languages

Language:C 53.1%Language:CMake 27.7%Language:C++ 19.2%