Topic: "opencl-kernels"
KernelTuner/kernel_tuner
Kernel Tuner
Language: Python - Size: 40.9 MB - Last synced at: 11 days ago - Pushed at: 16 days ago - Stars: 326 - Forks: 53

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.
Language: C# - Size: 3.65 MB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 166 - Forks: 21

PyOCL/OpenCLGA
A Python Library for Genetic Algorithm on OpenCL
Language: Python - Size: 17.4 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 117 - Forks: 32

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).
Language: C# - Size: 10.6 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 86 - Forks: 9

conradsnicta/bandicoot-code
Bandicoot: C++ library for GPU linear algebra & scientific computing - https://coot.sourceforge.io
Size: 1000 Bytes - Last synced at: 24 days ago - Pushed at: almost 2 years ago - Stars: 29 - Forks: 5

hightower8083/synchrad
Synchrotron Radiation calculator via openCL
Language: Jupyter Notebook - Size: 8.32 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 20 - Forks: 12

IANW-Projects/MatCL
OpenCL wrapper for Mathworks Matlab
Language: C++ - Size: 6.39 MB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 18 - Forks: 9

dehancer/dehancer-gpulib-cpp
C++ cross-platform gpu SDK
Language: C++ - Size: 245 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 17 - Forks: 0

JustinTArthur/apoclypsebm
The ApoCLypse Bitcoin Miner
Language: Python - Size: 380 KB - Last synced at: 9 months ago - Pushed at: almost 5 years ago - Stars: 16 - Forks: 5

palle-k/Mandelbrot
OpenCL accelerated Mandelbrot renderer for macOS
Language: Objective-C - Size: 1.41 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 14 - Forks: 1

Kapernikov/gpu-normal-computation
Performing normal computation for big point clouds on the gpu using openCL
Language: C++ - Size: 19.5 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 14 - Forks: 4

zhampel/cr-geomag-prop
Visualization of cosmic rays propagating through the Earth's magnetic field
Language: Python - Size: 1.43 MB - Last synced at: 25 days ago - Pushed at: almost 4 years ago - Stars: 9 - Forks: 2

IANW-Projects/toolkitICL
toolkitICL: An open source tool for automated OpenCL kernel execution and profiling.
Language: C++ - Size: 171 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 7 - Forks: 3

pc2/CustoNN2
This repository deals with the use of an Open-source FPGA Plugin to execute Neural Networks on multiple Intel Stratix 10 FPGAs.
Language: C++ - Size: 123 MB - Last synced at: 3 days ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 4

IANW-Projects/InductionEq
A set of tools for numerically solving the nonlinear magnetic induction equation with Hall effect in OpenCL
Language: MATLAB - Size: 157 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 4

shc261392/OpenCL-Basic-Example
A basic example for introduction of OpenCL.
Language: C++ - Size: 125 KB - Last synced at: 23 days ago - Pushed at: almost 7 years ago - Stars: 5 - Forks: 0

kython28/wekua
Linear Algebra and Deep Learning Zig library with GPGPU and heterogeneous computing
Language: C - Size: 811 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 4 - Forks: 1

zehanort/oclude
An OpenCL driver to test, run and profile standalone kernels on arbitrary devices
Language: Python - Size: 23.5 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 1

kylemarino22/Java-Opencl
A Tutorial on how to run a simple opencl kernel from Java using the Java Native Interface on MacOS.
Language: C++ - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 4 - Forks: 0

nunofachada/cl_ops
A library of common OpenCL operations.
Language: C - Size: 465 KB - Last synced at: 22 days ago - Pushed at: over 8 years ago - Stars: 4 - Forks: 1

mhamilt/FDPlateClass
A finite difference plate scheme wrapped in a class
Language: C++ - Size: 146 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

IANW-Projects/ConservationLaws
A set of tools for numerically solving different kinds of conservation or balance laws with OpenCL.
Language: C - Size: 806 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 4

ChenChungKo/squeezenet
Deploying_CNN_on_DE10nano_using_OpenCL
Language: C - Size: 104 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

QuestioWo/buddhabrot
C++ buddhabrot fractal rendering program that uses the OpenGL and OpenCL libraries
Language: C++ - Size: 14.9 MB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

ct-clmsn/armd4ocl
A Rust Macro DSL for OpenCL
Language: Rust - Size: 14.6 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

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.
Language: C++ - Size: 14.2 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

denyskryvytskyi/capgemini-opencl
OpenCL implementation of vector additon, matrix multiplication, reduction and sorting
Language: C++ - Size: 61.5 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

ggluo/OpenCL-Image-Filters
This repository provides an implementation of several image processing filters using OpenCL
Language: C++ - Size: 101 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

AbhishekRS4/opencl_parallel_programs
OpenCL Parallel Programming Kernels
Language: C - Size: 13.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

MrMarcoson/OpenCL-OpenVC-CopyImage
Template project for image processing in OpenCL. Uses OpenCV to input and output files.
Language: C++ - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Tolisz/blurhash
blurhash algorithm implemented on GPU (OpenCL)
Language: C - Size: 2.42 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

FandosA/Simple_Kernel_OpenCL-API_exercises
Introduction to OpenCL API during my Master. Simple exercises to learn.
Language: C - Size: 50.8 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ixiDev/OpenCLHelloWorld
An example of OpenCL/C++ helloWorld programme
Language: C++ - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ixiDev/OpenCLShowInfo
A simple OpenCL/C++ code to show the platforms info in your device
Language: C++ - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

sahmad98/opencl-kernels
OpenCL Kernels
Language: C++ - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

gchacaltana/PyOpenCL_Examples
Ejemplos de uso del API OpenCL con Python
Language: Jupyter Notebook - Size: 2.09 MB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

Integraali10/MovementEstimationCL
Иногда котики могут быть слишком быстрыми, но не для CL кернелов
Language: C++ - Size: 65.5 MB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

Integraali10/DevulturisationCL
Девультуризация .джпег для котиков
Language: C - Size: 3.37 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
