Click here to Skip to main content
15,867,568 members
Everything / High Performance Computing / GPU

GPU

GPU

Great Reads

by Bahrudin Hrnjica
How to calculate some of the basic statistics operations on data set
by Packt Publishing
Bitcoin mining process
by DaveAuld
Replacement GPU Cooler - Icy cool or hot and bothered?
by Jeremy C. Ong
A quick 5-minute introduction to porting a CUDA app to Data Parallel C++ (DPC++)

Latest Articles

by Intel
Fast and Easy Training and Inference Using Intel® Consumer GPUs and Windows* Subsystem for Linux 2
by Benjamin Consolvo
This article explores the use of Large Language Models (LLMs) in various applications, such as chatbots, code generation, and debugging.
by tugrulGtx
Header-only C++ tool that supports basic array-like usage pattern and uses multiple graphics cards in system as storage with LRU caching
by Jeremy C. Ong
A quick 5-minute introduction to porting a CUDA app to Data Parallel C++ (DPC++)

All Articles

Sort by Score

GPU 

1 Jul 2018 by Bahrudin Hrnjica
How to calculate some of the basic statistics operations on data set
24 Aug 2018 by Packt Publishing
Bitcoin mining process
7 May 2013 by DaveAuld
Replacement GPU Cooler - Icy cool or hot and bothered?
3 Jan 2014 by OriginalGriff
I think to be honest that your teachers are right: as you say CUDA / OpenCL are not easy, and despite tutorials being available, I don't think you will be able to do anything that you would find interesting and that would be acceptable to your teachers in the time you have left to do it....
19 Feb 2016 by NoorKaximi
IS gpu present in all computer and is it possible to execute an application(Not graphical) completely on GPU?What I have tried:if it is possible any sample of code to do it that may be in any languague
2 Jan 2014 by Member 10501094
Hello,I am student on high school (not University) and technically i dont study programming but i can do my project on programming too. My teachers suggested me to make some useless sorting algorithms programs but that not really something i would like to do. I would like to create some...
10 Nov 2020 by Jeremy C. Ong
A quick 5-minute introduction to porting a CUDA app to Data Parallel C++ (DPC++)
17 Oct 2023 by Dave Kreskowiak
Your best source of support on a library is going to be a forum dedicated to that library, which can be found at Intel® oneAPI Data Parallel C++ - Intel Community[^].
14 Nov 2023 by Dave Kreskowiak
Assuming you're talking about the CodeProject.AI server, there's a dedicated forum for it at CodeProject.AI Discussions[^].
18 Dec 2023 by Intel
Fast and Easy Training and Inference Using Intel® Consumer GPUs and Windows* Subsystem for Linux 2
29 Jul 2013 by GLStarter
Dear Experts,I'm developing a CUDA application.But I'm getting a compilation error from nvcc."visual studio configuration file '(null)' could not be found why this error "I tried to compile the sample application provided in CUDA SDK. It also have the same errors.Please find the...
11 Nov 2018 by Subash_e-et-t
I want to increase the particle number calculation. Up to now I am being able to calculate 1 million particle using single GPU. Is it possible to increase the particle calculation to 2 million using multi GPU?
3 Jan 2014 by CPallini
You might write a useful parallelized sorting algorithm.
7 May 2014 by Member 10791767
I have heard that FPGA is better than GPU. Can any one tell me why?
7 May 2014 by Richard MacCutchan
Google can[^].
28 May 2014 by Tom Pantels
This paper describes two applications that demonstrate problems such as poor or no touch response times and high energy consumption, both of which are critical to app performance and UX. We then discuss how to optimize these applications to resolve these problems.
3 Jun 2014 by Buddhi Chaturanga
My question is How to draw simple 3D geometry such as Sphere without using DirectX,OpenGL API or GPU Computational language such as Nvidia CUDA.I want to produce 3D geometry library using visual C/C++.I know DirectX is the simplest and efficient way,but I want to understand how to access...
16 Sep 2014 by Member 11087543
I need a quick brush up on how I can conditionally (pre-process) code and check to see what GPU is installed or the such. Why I need this is because I am writing a program that is expected to be very cross-platform and capable of having workarounds on mostly all modern hardware. For GPGPU...
17 Sep 2014 by Manikandan10
See this link:http://stackoverflow.com/questions/1090261/get-the-graphics-card-model[^]
5 Dec 2014 by Michael Coppock
At GDC 2014, Microsoft announced stunning news for PC Gaming in 2015—the next iteration of Direct3D, version 12. D3D 12 returns to low level programming; it gives more control to game developers and introduces many new exciting features.
6 Jan 2015 by Member 11012857
In my F# application I am having multiple tasks running simultaneously and under each task I want to explore the parallelism provided by GPU. I am exploring AleaCubase. how AleaCubase will serialize it?
27 Feb 2015 by Doug Mcnabb
Sparse Procedural Volumetric Rendering (SPVR) is a technique for rendering real-time volumetric effects. We’re excited that the upcoming book “GPU Pro 6” will include an SPVR chapter. This document gives some additional details.
4 May 2015 by Member 10219452
Hi All, I'm a beginner in CUDAfy.Net GPU programming and i want copy string array to gpu to make an operation, how i can do it ?? and i'm using this syntax to copy int array:int N = 100000;int[] a = new int[N];// allocate the memory on the GPUint[] dev_a =...
6 Jul 2015 by Android on Intel
This article shows how to analyze and improve the performance of a mobile game and how to optimize graphic resources for a mobile platform, using mTricks Looting Crown as an example.
23 Oct 2015 by Intel
This whitepaper describes how developers can integrate Intel® RealSense™ SDK background segmentation (BGS) middleware to create new immersive collaboration applications.
18 Mar 2016 by taha93
I'm trying to use CUDAfy.NET in a web application which will be further called from a web form.When it tries to initiate a CudafyModule it gives the error as shown in pic below:ExceptionCode was working perfectly in console application. Is there anyway to get rid of this...
22 Jan 2018 by HSakamoto
Hello! I've been studying Python for the last weeks and I'm trying to implement a way to use Python to improve SQL queries using the GPU (CUDA). But was talking with a Oracle engineer in a convention and he said that this kind of improvement was possible with Python, as it has libraries ready...
15 May 2018 by newfall
Hi Experts, I have developed the gstreamer GPU encoding on Jetson Tx2. but now i am trying for Desktop GPU encoding using gstreamer. I am not able get "*omxh264enc*" in the listed supported elements using "*gst-inspect-1.0.exe*". so, i want to do hardware encoding on* desktop GPU* using...
30 Jul 2018 by suraty
Hello, I want to install tensorflow-gpu on windows. I searched the internet. I found these steps: 1- install Nvidia driver 2- install cuda 3- install cudnn 4- install tensorflow-gpu Is it correct? I have noticed that some newer TensorFlow versions are incompatible with older CUDA and...
17 Jul 2018 by Richard MacCutchan
You need to check the documentation or websites for each product.
30 Jul 2018 by suraty
Thank you very much. I should check this link: https://www.tensorflow.org/install/install_windows for Requirements to run TensorFlow with GPU support.
11 Nov 2018 by tugrulGtx
If you can parallelize an algorithm and map onto a GPU, then you can easily do a similar task to map it to multiple GPUs. You can simply do this by allocating half of work to GPU1 and the other half to GPU2. Just need to use streams to overlap two GPUs working timeline. This way you can reduce...
15 Jun 2019 by idris_tas
i am new to gpu programming and i dont want to use opencl. i will use cude for nvidia. is amd has its own sdk other than opencl? What I have tried: i searched google and amd site couldnt find any information other than opencl for amd gpu.
15 Jun 2019 by RickZeeland
Take a look at the AMD Display Library: AMD Display (ADL) Library - GPUOpen[^] And also: https://www.amd.com/en/technologies/vulkan
12 Sep 2019 by Richard MacCutchan
Quote: i have tried by my tooth and nail That will never work. You will need to write some code.
12 Sep 2019 by RickZeeland
It's already been done for you :) Open Hardware Monitor - Core temp, fan speed and voltages in a free software gadget[^] The source code is here: GitHub - openhardwaremonitor/openhardwaremonitor: Open Hardware Monitor[^] Another idea is to use the DirectX Diagnostic Tool (dxdiag.exe) to...
22 Jun 2020 by Patrice T
Quote: i need to control the cpu and gpu usage by percentage how do i do it? Basically, you don't, it is a bad idea. Such feature is a dream for any malware, that's why it is the OS's job to manage those resources. Said otherwise, it is a bad...
20 Jul 2020 by Member 4614282
I am writing a program to test a math formula I am working on and want to do so on my GPU. I have ordered a CUDA compatible GPU for this. Preferably a library that is compatible with C#'s BigInteger class but I can use double if need be for now. ...
20 Jul 2020 by Sandeep Mewara
ILGPU looks decent: NuGet Gallery | ILGPU 0.8.1.1[^] Git: GitHub - m4rs-mt/ILGPU.Samples: Samples for ILGPU and ILGPU.Lightning[^]
29 Nov 2022 by seham moawed
__device__ void levenshteinDistance(char *str,int strStart,int strLength,char *patternRemoved,int patternRemovedStart,int patternRemovedLength,int *dXIndividual,int *dXFinal) { int indexA = blockIdx.x * blockDim.x + threadIdx.x; int...
27 Nov 2022 by xoxo grace
I am running Yolov5 object detector in my workstation Nvidia GeForce RTX 2080 Ti. I followed all the procedures installing the necessary requirements: CUDA 10.1 CUDNN 7.6 tensorflow-gpu 2.2 Visual Studio Python 3.7.0 But still my machine is not...
30 Apr 2023 by Member 8840306
I am tyring to execute this code in anaconda Spyder import tensorflow as tf from tensorflow.python import keras from keras.models import Model from keras.models import load_model from keras.optimizers import Adam from keras.layers import Input,...
30 Apr 2023 by HomeLabTinkerer
I recently added a Tesla K40 to my VM Host running ESXI 7.0. I was able to get the drivers installed, Cuda 11.2, VM is seeing my GPU and so is CP. For some reason I cannot get the GPU to handle object detection. I have the GPU enabled in Blue...
29 May 2023 by LettuceLicker
Hey guys, so I installed cuda driver 516.94, cuda toolkit 11.7, manually installed cuDNN 8.5.0.96 sense I tried codeprojects cuDNN script it would just pull a cmd window up for a split second have no writing in it then just shut "dont know if...
29 Aug 2023 by DaxSalmon
I am running Codeproject.ai in a Docker container on an Ubuntu 22.04 machine. The machine has 2 nvidia tesla k80s installed. Both cards are functioning properly. I am currently using Codeproject.AI with Blue Iris and everything is running fine...
29 Aug 2023 by Richard MacCutchan
Please post your question in the CodeProject.AI Discussions[^] forum.
8 Sep 2023 by Moharram
I have a signal processing algorithm that uses FFT... The algorithm is implemented in a module or the same class and has the ability to be parallelized so that up to n Instances can be made from it and run in parallel... So far, the...
23 May 2023 by G0dm0de
Hi All Been working on this a while and have not been able to get my Yolo6.2 object detection to work on my gpu it insists on using cpu I have CodeProject installed on a ESX Windows VM and have passed through a 980TI. Its working with my Agent...
13 Dec 2023 by Benjamin Consolvo
This article explores the use of Large Language Models (LLMs) in various applications, such as chatbots, code generation, and debugging.
20 Sep 2015 by Bartlomiej Filipek
A little guide about modern OpenGL and why it gives us so much value.
14 Oct 2018 by Bahrudin Hrnjica
ANNdotNET v1.0 has been released
26 Sep 2018 by Bahrudin Hrnjica
Visual Neural Network Designer in ANNdotNET
17 Apr 2016 by Ryan Scott White
an assembler/compiler for AMD’s GCN (Generation Core Next Architecture) Assembly Language
20 Aug 2018 by Bahrudin Hrnjica
Linear regression with CNTK and C#
22 Feb 2013 by Asif Bahrainwala
HPC via Compute Shaders (GPGPU).
3 Feb 2015 by Bartlomiej Filipek
Summary of techniques to stream data from CPU to GPU in OpenGL with focusing on new method called persistent mapped buffers.
15 Mar 2021 by tugrulGtx
Header-only C++ tool that supports basic array-like usage pattern and uses multiple graphics cards in system as storage with LRU caching
19 Feb 2016 by Patrice T
Quote:IS gpu present in all computerMany Yes, all No.Quote:is it possible to execute an application completely on GPU?The answer is NO because the GPU is a slave processor and don't have access to hardware.Quote:is it possible to execute an application (Not graphical) on GPU?The GPU is...
19 Feb 2016 by Sergey Alexandrovich Kryukov
Not only this is possible, but there is whole field in computing activity called GPGPU: General-purpose computing on graphics processing units — Wikipedia, the free encyclopedia[^].Of course, this approach is one of the weird paradoxes of technological development in the computing world: the...
29 May 2023 by OriginalGriff
This probably needs to be asked in the dedicated forum: CodeProject.AI Discussions[^]
24 Oct 2023 by Member 11391148
I am using the oneapi library and DPC++ of Intel. I want to process same frame with oneapi library and GPU. I try to use the function ippiYUV422ToRGB_8u_C2C3R inside of #pragma omp taget. I try to run that function on gpu using pragma. But that...
30 Apr 2023 by Dave Kreskowiak
Considering TensorFlow is underpinned by CUDA, which is nVidia specific, you've got a bit of a problem. See Can TensorFlow run on an AMD GPU? - Quora[^].
30 Apr 2023 by Dave Kreskowiak
The CodeProject AI forum is over here[^].
23 May 2023 by OriginalGriff
This would be better posted in the dedicated forum: CodeProject.AI Discussions[^]
24 Sep 2023 by Member 16099679
Add your IDE to windows programs that turn on with gpu
14 Nov 2023 by Wichall
Hi, how do I select which GPU to use for object detection? What I have tried: Everything working fine, just not sure how to choose which GPU to use