Top 7 Programming Languages Used In Video Games
The most commonly used programming languages and tools for creating video games
Instalar CUDA, Cudnn, PyTorch para proyecto de Python YOLOv5
Necesito instalar y compilar un programa que es público en mi Ubuntu 20.04.
Hola, Mi hijo busca ayuda con un trabajo: Implementar el algoritmo de multiplicación de matrices con números en coma flotante en las librerías paralelas OpenMP, OpenMPI y CUDA utilizando un ordenador sobremesa. Tareas a realizar: - Implementación en un multiprocesador usando OpenMP - Implementación en un multicomputador usando OpenMPI - Implementación en un coprocesador de tipo GPU usando CUDA - Evaluación de prestaciones usando contadores hardware
Hola Diego, Mi hijo busca ayuda con un proyecto, puedes ayudarlo? Implementar el algoritmo de multiplicación de matrices con números en coma flotante en las librerías paralelas OpenMP, OpenMPI y CUDA utilizando un ordenador sobremesa. Tareas a realizar: - Implementación en un multiprocesador usando OpenMP - Implementación en un multicomputador usando OpenMPI - Implementación en un coprocesador de tipo GPU usando CUDA - Evaluación de prestaciones usando contadores hardware
Buenas tardes marlon, hemos hablado recientemente sobre un trabajo de cuda y openmp, si me das garantía de que me lo haces en menos de 10 días te pagaré lo que me propusistes 24 euros. Gracias. Saludos
Necesito que desarrollen un software para mí. Me gustaría que este software sea desarrollado.
Hola necesito hacer trabajos de c, omp,cuda.
Otra o no estoy seguro Python Solicito programadores con conocimientos en CUDA
Hola José. Necesito una mano para implementar en CUDA una serie de funciones que tengo escritas en C++. Mayormente manipulación de matrices para entrenamiento de redes neuronales, deep learning. La idea es implementarlas en una DLL CUDA (para que se ejecute en la GPU) y llamarlas desde Excel VBA. Estamos hablando de unas 300 lineas de código (una vez eliminados huecos y comentarios). Pásame, por pavor, una estimación o tarifa horaria, si te interesa el trabajo. Gracias.
Hola Juan. Necesito una mano para implementar en CUDA una serie de funciones que tengo escritas en C++. Mayormente manipulación de matrices para entrenamiento de redes neuronales. La idea es implementarlas en una DLL CUDA (para que se ejecute en la GPU) y llamarlas desde Excel VBA. Estamos hablando de unas 300 lineas de código (una vez eliminados huecos y comentarios). Por cierto, somos colegas, yo también soy ingeniero aeronáutico. Pásame, por pavor una estimación o tarifa horaria, si te interesa el trabajo. Gracias.
Hola allenross356, vi tu perfil y me gustaría ofrecerte mi proyecto. Podemos conversar los detalles en el chat. I'd like to have a simple neural network(3 layers) in CUDA 8 using the back propagation.
Necesito convertir un proyecto que tengo de un algoritmo de compresión de texto llamado lzw a CUDA y que tenga un speed up de al menos 10 veces. Referencia que puede ser de utilidad:
...paralelizar el código siguiente que corresponde al método de jacobi, hecho en C/C++ en cada uno de los paradigmas (memoria compartida (openMP), Memoria distribuida (MPI) y uso hibrido (CUDA). En el código se deben indicar (con comentarios) las partes paralelizadas . En un archivo en pdf, debera decirme como se debe compilar y correr cada archivo, y que tanto esta acelerando su solución con respecto al original que se le envia. (por ejemplo, puede analizar cuanto tiempo se demora en ejecutarse en la versión secuencial que le envío vs cuanto tiempo en cada una de las versiones paralelas (openMP, MPI, cuda). Puede ser en una gráfica de comparación. Adjunto el código en un archivo de texto, el códig...
Por favor, regístrate o inicia sesión para ver los detalles.
Tenemos una aplicación y deseamos programar, utilizando C++, OpenCV, CUDA. En la actualidad está desarrollado en ambiente LabView * Categoría: IT & Programación * Subcategoría: Desktop Applications * Es un proyecto o una posición?: Un proyecto * Actualmente tengo: Tengo el diseño * Experiencia en este tipo de proyectos: Si (He administrado este tipo de proyectos anteriormente) * Disponibilidad requerida: Tiempo completo * Integraciones de API: Otros (Otras APIs) * Plataformas requeridas: Windows
...--disable-mdct --disable-rdft --disable-fft --disable-faan --disable-bsfs --disable-protocol=udp --disable-alsa --disable-appkit --disable-avfoundation --disable-bzlib --disable-coreimage --disable-iconv --disable-lzma --disable-metal --disable-sndio --disable-schannel --disable-sdl2 --disable-securetransport --disable-vulkan --disable-xlib --disable-zlib --disable-amf --disable-audiotoolbox --disable-cuda-llvm --disable-cuvid --disable-d3d11va --disable-dxva2 --disable-ffnvcodec --disable-nvdec --disable-nvenc --disable-v4l2-m2m --disable-vaapi --disable-vdpau --disable-videotoolbox --disable-libxcb --enable-small This resulted in a 3.1mb ffmpeg build for linux-x64. I tried muxing audio/video files and it worked. Nice. I don't know whether avcodec and avfilter need to be ...
I need help turning a working cpu calculation program keyhunt . Into a cuda program for windows is the source program to build from
Any (or all) of A- PyTorch Video Diffusion model, can be a simplified/stripped down version of one of these two codebases applied to moving MNIST. This codebase works RaMVID B- datascience / ML Dockerfile - Dummy variables for user/cluster info - Can scale number of GPUs - nvidia CUDA and cuDNN version changeable (FROM an nvidia image is fine) - conda package management - only torch necessary, but include lines with comments for other installations Stripped down/simplified Project structure should be - Dockerfile - - - - - - code - - other_files - ... Notes - All input variables must be contained in the yaml files and logically
Hi, I am looking for Cuda and OpenCL programmer for a job. If you have experience with Java that will be great plus. More details through chat.
Hi, I am looking for Cuda and OpenCL programmer for a job. If you have experience with Java that will be great plus. More details through chat.
Hi, I am looking for Cuda and OpenCL programmer for a job. If you have experience with Java that will be great plus. More details through chat.
I have the Fortran code. I want to parallelize a small part of this code with CUDA Fortran. There is a subroutine that I need to parallelize. In this subroutine there are 3 DO loops and in this loops there is another subroutine is called. If you are good at CUDA Fortran programming I am waiting for your help!
I am looking for a simple cuda program that does the follows 1. Enumerate from 0 to uint64 max 2. Convert the number to u32 string 3. Appends a user defined string to the end (so if the number is 0x5764b9a, and the user defined string is "value" then the string will be "0000000005764b9avalue" 4. compute sha1 hash of the string 5. the sha1 hash will be used in my custom function, and if certain condition is met, I need to notify user code to display the number (from step 1) that used for this hash For the task above, it should use as many resources as possible, meaning it should have 100% load at all times, and be able to run on all gpu available on the system
I need an expert on Matlab with Cuda and GPU IMPLEMENT CODE
the one person who can do it with the maximum grade will be hired.
I am in trouble with how to implement Neural Network in C++ with a forward and backward algorithm to train model. You have to use C++ using Nvidia Cuda Compiler so it will be faster and more reliable.
Hi I am looking for someone who can work help with existing c++ and gstreamer pipelines, specifically with Nvidia gstreamer pipeline and deepstream technology. I would also like to do a cuda add-in for gstreamer to add text to frames within the pipeline. Work will be with vehicle base system. Pay will be per hour until project is complete. Please ask any questions. Thank you, Chris
Hello We have simple python code to calculate some algorithm. Now we want to convert them into CUDA language for GPU parallel. If you are an expert with cuda ONLY, please bid with 'cuda' word Thanks
I will share more details in the chat.
Given a short CPP code, you are to parallelize this using CUDA
We at PickCells work with an open-source tool called Microscopy Image Stitching Tool, which is a tool created to solve problems of Whole slide images...(which are just taken in our microscope, also called a device by the interns), the whole process works perfectly and is already integrated, only we need GPU processing (CUDA) that would improve the performance which is what we need for now. We talked to the tool's developers, through an issue on github, and we discovered that the reason they had disabled the CUDA processing mode was precisely because the architectures of the GPUs had been changed (after all, the tool has been available for a long time). The pros is that they offered to make the necessary tweaks to the MIST for GPU usage if we were able to resolve the issu...
Hi I am looking for someone who can work help with existing c++ and gstreamer pipelines, specifically with Nvidia gstreamer pipeline and deepstream technology. I would also like to do a cuda add-in for gstreamer to add text to frames within the pipeline. Work will be with vehicle base system. Pay will be per hour until project is complete. Please ask any questions. Thank you, Chris
Hello We have simple C++ code to calculate some algorithm. Now we want to convert them into CUDA language for GPU parallel. If you are an expert with cuda ONLY, please bid with 'cuda' word Thanks
Hello We have simple C++ code to calculate some algorithm. Now we want to convert them into CUDA language for GPU parallel. If you are an expert with cuda ONLY, please bid with 'cuda' word Thanks
Hello We have simple C++ code to calculate some algorithm. Now we want to convert them into CUDA language for GPU parallel. If you are an expert with cuda ONLY, please bid with 'cuda' word Thanks
Hi Choudhury R., I noticed your profile and would like to offer you my project. We can discuss any details over chat.
Hi Muhammad A., I noticed your profile and would like to offer you my project. We can discuss any details over chat.
Hi Syed Shayan S., I noticed your profile and would like to offer you my project. We can discuss any details over chat.
Hi Sergey P., I noticed your profile and would like to offer you my project. We can discuss any details over chat.
Hi Quyet V., I noticed your profile and would like to offer you my project. We can discuss any details over chat.
Hi Mian B., I noticed your profile and would like to offer you my project. We can discuss any details over chat.
Hi Usama Z., I noticed your profile and would like to offer you my project. We can discuss any details over chat.
I have a project written by Java. This project is very simple. Hashing with Sha256, and curve25519. ex) password = name123 name123 --->hashing with sha256--->hashing with curve25519--->result I need more than million calculating power. I don't care about language if program works. ( python, c++, c, java etc) Maybe openCL or cuda or GPGPU is required ( in my opinion )
Find and plot the curve which represent the max peaks in the input matrix by using Matlab and ML methods, and then for the ML and ANN method which has the best output accuracy will use Cuda and more details about the methods please find the attached file.
Need a graphic t-shirt designed for "Florida Muscle Car Drags 2023" Looking for a graphic design that has at least one car, maybe a palm tree or two, the drag racing starting tree, and a marque with name of event with a retro look. I have attached some examples. Also, needs to be designed for screen printing up to 5 spot colors. Shirts will be white. Customer would lik...has at least one car, maybe a palm tree or two, the drag racing starting tree, and a marque with name of event with a retro look. I have attached some examples. Also, needs to be designed for screen printing up to 5 spot colors. Shirts will be white. Customer would like design to include (3) cars - a Ford, Chevy and a Mopar - such as a Ford Mustang, Chevy Camaro or Chevelle, and a Plymouth Cuda...
hello, i see you are cuda programmer it is possible to programming pernol patch for tesla M10 ?
You need to install remotly by SSH on our 5 ubuntu servers We have already installed this on several computer on ubuntu and we have made a documentation But we do not have time to do all 5 servers, so we would like you to install the servers Everything is in the documentation with the commands to do , etc... Also you can check on the installed server for reference We need to install GIT CUDA VENV PYTHON SERVICE on each server It will take 2/3 hours per servers to install
Well, I need to make an external class or function that allows me to apply OCR to a PDF Document or from a TIF and then convert to PDF for processing, * Just call the function specifying file path and result path * Between 10 to ...convert to PDF for processing, * Just call the function specifying file path and result path * Between 10 to 200 files (each file can have between 1 or more pages) * Using opensource libraries, efficient and with good results * Possible with artificial intelligence (for the issue of noise in the image or unrecognizable text) * Option for apply parallelism in the processes * Possible use of NVIDIA CUDA For pages in Spanish as English, PDF That allows me to import as a function in a C#-based project, both in desktop applications and on the WEB with ...
The most commonly used programming languages and tools for creating video games
This article is a guide for anyone interested in using machine learning frameworks in their organization.