Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 664 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 664 Bytes

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.