OpenCL

Install Ffmpeg With --enable-opencl And Boxblur_opencl Filter
I need help to fix my FFmpeg and make it provide boxblur_filter. I installed FFmpeg with beblow config. ffmpeg version n4.2.4-7-gc9f3835b2b Copyright (c) 2000-2020 the FFmpeg developers built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04) configuration: --prefix=/usr/local/ffmpeg --enable-shared --enable-cuda --enable-cuvid --enable-nvenc --enable-nonfree --enable-libnpp --enable-filter=drawtext --enable-libfreetype --enable-opencl --extra-ldflags=-L/usr/local/cuda/lib64 --extra-cflags=-I/usr/local/cuda/include and I expect that FFmpeg provide boxblur_opencl filter. https://ffmpeg.org/ffmpeg-filters.html#boxblur_005fopencl but I only found avgblur_filter by FFmpeg -filters | grep OpenCL. ... avgblur_opencl V->V Apply average blur filter ... colorkey_opencl V->V Turns a certain color…
Full Description of Install ffmpeg with --enable-opencl and boxblur_opencl filter
C# Opencl Expert Needed
We're looking for an someone who can create an example OpenCL program that can perform sorting. The issue here is that we need this in a specific OpenCL C# wrapper, one called Cloo. (Silverhorn Cloo, specifically). https://www.nuget.org/packages/Cloo.SilverHorn/1.0.1 We might consider another C# OpenCL wrapper, if it doesn't clash with Silverhorn Cloo. This is because we already have a considerable amount of Cloo C# code in our system now. I have some example code where I attempt this, but got stuck.…
Full Description of C# OpenCL expert needed
Cuda Dnn Based Cnn For Medical Image Segmentation
I would like to convert an existing tensorflow model into cudnn. We are currently utilizing a Keras/TF implementation of VNet (convolutional neural network) for medical image segmentation. The system performs well, but does not integrate elegantly into our existing image processing pipeline which is C/Cuda based. We basically need someone to write a simple 3D CNN utilizing cudnn which contains up and down convolution layers. A sample V-Net tensorflow implementation can be found at the link listed below. Ours is…
Full Description of CUDA DNN based CNN for medical image segmentation
Opencl Sort In C#
I need a working OpenCL (GPU) sort example in C#. I prefer the C# Cloo API, but ANY working C# OpenCL API will be acceptable (if it works with .NET Standard 2.0). For reference, here are some OpenCL GPU sorting examples http://www.bealto.com/gpu-sorting_parallel-bitonic-local.html In your bid, please say, "I have OpenCL experience" and tell me a bit about what you have done with OpenCL in the past.
Full Description of OpenCL sort in C#
Opencl Optimization Expert Needed
I have an OpenCL optimization project (VS2019/C#/OpenCL). The actual OpenCL code that needs to be optimized is about 200 lines long, it is supported by about 1000 lines of C# which formats data into OpenCL buffers. This is my OpenCL code and I think it could be improved and optimized to run about 5x faster than it is running now, because I am doing redundant things (reformatting data redundantly, moving data to and from the GPU redundantly). Please describe your…
Full Description of OpenCL optimization expert needed
Cuda Programing
I need an implementation of CLAHE in C++/CUDA. It needs to be able to handle 16-bit grayscale images, and support up to 1024 histogram bins. I would simply use the opencv clahe.cu, but the contrib modules were not included in the opencv compilation (and, while I wish I could simply recompile with them, it is not an option, and it is not on my system). OpenCV is otherwise installed (4.3.0) and WITH CUDA bindings (just not the contrib modules). If…
Full Description of CUDA programing
Porting Js(from Website) To Opencl(windows Desktop)
Main task: translate JS code from website to OpenCL to run on PC using GPU power Operating system: Only Windows 7-11 Supported GPU devices: Nvidea and AMD GPU Programming languages: С/C++ (and those close to them) Program type: Console Source: Main site (https://metamask.github.io/vault-decryptor/) Enter the top field: {"data":"jT/M86sHkxLqm0K0//R5s6dRGtuai271Sup5JgT7vZ9isxY9cSlIYI5kanDZFcnwgf2jeUNMvnVH/Zdt6b+b5zxs2tbGDrsTOAIzpvl4p5FQ5V2wTE0XBRV3wwRZrrF6a76AR0Z6m0g3Gk1tHUzo7+kF6fFoma+DZxkyd0Zb34ZyZn0Gq6H+7GgH/pt3lXypihxl34ETvxBHf2rGR6t7rpvD7A6FdcDk6u2uiYiTMBnqVBVIYEta0RD8KkHw","iv":"HuSa0jN+eW/L8Jl/X8bihQ==","salt":"ohwQ4zm5UbfSxf2YSqtbjJZBDL+Xv49Qf2P/8In4vJI="} Enter the password field: Qaz12345 As a result, we get a password from a cryptocurrency wallet [{"type":"HD Key Tree","data":{"mnemonic":"unaware yard pipe basket regular myself spoil limb fortune amazing strike found","numberOfAccounts":1,"hdPath":"m/44'/60'/0'/0"}}] If you…
Full Description of Porting JS(from website) to OpenCL(windows desktop)
Program For Generating Pbkdf2 Using Opencl
RU: Необходимо реализовать программу на языке C/C++ для работы с хэшем PBKDF2 Подробности указаны в техническом задании EN: It is necessary to implement a program in C / C ++ to work with the PBKDF2 hash Details are indicated in the terms of reference Sorry, I don't know English, so I use a translator. If you do not understand something, please let me know and I will explain for you
Full Description of Program for generating PBKDF2 using OpenCL
C# Code To Opencl -- 2
RU: Необходимо перенести C# код PBKDF2-HMACSHA256 + AES GCM256 в OpenCL/CUDA. Язык программирования C/C++/C# Исходный код предоставляю только пользователям с рейтингом! ВНИМАНИЕ! Я НЕ ЗАПУСКАЮ ИСПОЛНЯЕМЫЕ ФАЙЛЫ НА СВОЕМ ПК! ВСЕ СДЕЛАННЫЕ ПРОЕКТЫ ПРИНИМАЮТСЯ ТОЛЬКО ИСХОДНИКАМИ! КОМПИЛИРОВАТЬ И Я САМ УМЕЮ! EN: It is necessary to transfer the C # code for PBKDF2-HMACSHA256 + AES GCM256 to OpenCL / CUDA. C / C ++ / C # programming language I provide the source code only to users with a rating!…
Full Description of C# code to OpenCL -- 2
Add Functions To An Opengl Point Cloud Viewer
I want to modify this project https://github.com/cgtuebingen/pointcloud-viewer point cloud viewer. I want to add a button. I will fix a viewing point and click the button. Upon that We need to make the current viewing point as 0,0,0 and update other points accordingly. Then these pints are passed to a python script(you can write a dummy script). It will return another set of points and show it in the viewer.
Full Description of Add functions to an Opengl point cloud viewer
© 2006 — 2024 hirelancer.com is an affiliate website, listing the freelance projects. We are collaborating with other sites like getFreelancer.com. Feel free to bid on any project and good luck! You will need register first, before bidding or posting projects. Basic memberhsip is always free. We might earn commissions from referring you. You will never ever pay additional fees for we referred you.