Skip to content

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

License

Notifications You must be signed in to change notification settings

OpenCL/ComplexMath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published