6 skills found
clMathLibraries / ClFFTa software library containing FFT functions written in OpenCL
geggo / Gpyfftpython wrapper for the OpenCL FFT library clFFT
JuliaGPU / CLFFT.jlJulia bindings for AMD's clFFT library
dealias / ClfftppclFFT++, a C++ wrapper for the clFFT library
xulifan / OpenCLFFTConvolutionFFT based convolution using OpenCL
micma909 / CLFFT TessendorfOceanReal time Ocean Simulation based on Jerry Tessendorf’s paper ‘Simulating Ocean Waves’. The algorithm is based on a statistical model, in which wave height is a random variable of horizontal position and time. It decomposes the wave height field into a set of sine-waves with different amplitudes and phases. The model itself provides us with a method to generate these amplitudes and phases, and we use inverse Fast Fourier Transform as a means to quickly evaluate the sum of these sine-waves. Rendered using GLSL, OpenGL and OpenCL.