opencl-kernels
There are 37 repositories under opencl-kernels topic.
KernelTuner/kernel_tuner
Kernel Tuner
deepakkumar1984/Amplifier.NET
Amplifier allows .NET developers to easily run complex applications with intensive mathematical computation on Intel CPU/GPU, NVIDIA, AMD without writing any additional C kernel code. Write your function in .NET and Amplifier will take care of running it on your favorite hardware.
PyOCL/OpenCLGA
A Python Library for Genetic Algorithm on OpenCL
tugrul512bit/Cekirdekler
Multi-device OpenCL kernel load balancer and pipeliner API for C#. Uses shared-distributed memory model to keep GPUs updated fast while using same kernel on all devices(for simplicity).
conradsnicta/bandicoot-code
Bandicoot: C++ library for GPU linear algebra & scientific computing - https://coot.sourceforge.io
hightower8083/synchrad
Synchrotron Radiation calculator via openCL
IANW-Projects/MatCL
OpenCL wrapper for Mathworks Matlab
dehancer/dehancer-gpulib-cpp
C++ cross-platform gpu SDK
Kapernikov/gpu-normal-computation
Performing normal computation for big point clouds on the gpu using openCL
JustinTArthur/apoclypsebm
The ApoCLypse Bitcoin Miner
palle-k/Mandelbrot
OpenCL accelerated Mandelbrot renderer for macOS
zhampel/cr-geomag-prop
Visualization of cosmic rays propagating through the Earth's magnetic field
IANW-Projects/toolkitICL
toolkitICL: An open source tool for automated OpenCL kernel execution and profiling.
IANW-Projects/InductionEq
A set of tools for numerically solving the nonlinear magnetic induction equation with Hall effect in OpenCL
zhornovy/opencl-convolution
Opencl Convolution using C++
pc2/CustoNN2
This repository deals with the use of an Open-source FPGA Plugin to execute Neural Networks on multiple Intel Stratix 10 FPGAs.
shc261392/OpenCL-Basic-Example
A basic example for introduction of OpenCL.
zehanort/oclude
An OpenCL driver to test, run and profile standalone kernels on arbitrary devices
kylemarino22/Java-Opencl
A Tutorial on how to run a simple opencl kernel from Java using the Java Native Interface on MacOS.
nunofachada/cl_ops
A library of common OpenCL operations.
IANW-Projects/ConservationLaws
A set of tools for numerically solving different kinds of conservation or balance laws with OpenCL.
kython28/wekua
Linear Algebra and Deep Learning Zig library with GPGPU and heterogeneous computing
mhamilt/FDPlateClass
A finite difference plate scheme wrapped in a class
ChenChungKo/squeezenet
Deploying_CNN_on_DE10nano_using_OpenCL
ct-clmsn/armd4ocl
A Rust Macro DSL for OpenCL
GabbyDG2805/Parallel-Programming
The Assignment completed in OpenCL and written in C++ for the Parallel Programming module of third year Computer Science. The task was to develop a digital image enhancement tool which will perform contrast adjustment using the histogram equalisation algorithm. The algorithm uses a cumulative intensity histogram to back-project original image intensities resulting in an image of equalised intensities.
QuestioWo/buddhabrot
C++ buddhabrot fractal rendering program that uses the OpenGL and OpenCL libraries
sahmad98/opencl-kernels
OpenCL Kernels
FandosA/Simple_Kernel_OpenCL-API_exercises
Introduction to OpenCL API during my Master. Simple exercises to learn.
ggluo/OpenCL-Image-Filters
This repository provides an implementation of several image processing filters using OpenCL
Tolisz/blurhash
blurhash algorithm implemented on GPU (OpenCL)
denyskryvytskyi/capgemini-opencl
OpenCL implementation of vector additon, matrix multiplication, reduction and sorting
gchacaltana/PyOpenCL_Examples
Ejemplos de uso del API OpenCL con Python
ixiDev/OpenCLHelloWorld
An example of OpenCL/C++ helloWorld programme
ixiDev/OpenCLShowInfo
A simple OpenCL/C++ code to show the platforms info in your device
MrMarcoson/OpenCL-OpenVC-CopyImage
Template project for image processing in OpenCL. Uses OpenCV to input and output files.