Siddhi GateforSiddhi Gate's Blogsiddhigate.hashnode.net·Dec 4, 2022How to run CUDA and OpenMP code on Google ColaboratoryAs a Computer Science student, I was excited to learn about the possibilities of using Google Colab's free cloud platform to run my CUDA and OpenMP code. However, when I tried to use Colab to run my CUDA and OpenMP-accelerated code, I encountered a n...Kedar Basutkar and 1 other are discussing this2 people are discussing thisDiscuss·27 likes·461 readsopenmp
Paritosh TripathiforDrakdrak.hashnode.net·Dec 9, 2022Cuda Programminghttps://github.com/paritoshtripathi935 Introduction to CUDA Programming CUDA is a parallel computing platform and programming model developed by NVIDIA. It enables developers to leverage NVIDIA GPUs' power to accelerate applications' computation. ...Discuss·1 like·54 readscuda
DivakarforOpen Source Devrexdivakar.hashnode.net·Jan 26, 2021Common problems and solutions of TensorFlow GPU installationWhen i first started using Tensorflow GPU setup, I often encounter problems. I have installed it several times and often encounter the same or similar problems. So I plan to record it and hope it can help others… Inconsistent Libraries Initially i u...DiscussDeep Learning
Paritosh Tripathidrak.hashnode.net·Dec 9, 2022Cuda Programminghttps://github.com/paritoshtripathi935 Introduction to CUDA Programming CUDA is a parallel computing platform and programming model developed by NVIDIA. It enables developers to leverage NVIDIA GPUs' power to accelerate applications' computation. ...Discuss·1 like·54 readscuda
Siddhi Gatesiddhigate.hashnode.net·Dec 4, 2022How to run CUDA and OpenMP code on Google ColaboratoryAs a Computer Science student, I was excited to learn about the possibilities of using Google Colab's free cloud platform to run my CUDA and OpenMP code. However, when I tried to use Colab to run my CUDA and OpenMP-accelerated code, I encountered a n...Kedar Basutkar and 1 other are discussing this2 people are discussing thisDiscuss·27 likes·461 readsopenmp
Ziyunziyun.hashnode.net·Sep 22, 2022PyTorch, fastai, CUDA, and WSLLately, I have been working on the deep learning course from fast.ai. In the course, it's recommended to use cloud-hosted Jupyter notebooks, such as Kaggle and Colab. They are fine and the easiest way to get started, but I do miss my editor with all ...Discuss·125 readsWSL
Robin kumarthecoderbro.hashnode.net·Jul 26, 2022How to Install TensorFlow with Cuda and cuDNN support in WindowsHey guys, In this blog we will see how we can install Tensorflow with CUDA and cuDNN. This process can be really tricky and frustrating if you are doing it for the very first time. So without any further due, let’s do it… Step 1 — Decide versions for...Discusstensorflow-gpu
DivakarforOpen Source Devrexdivakar.hashnode.net·Jan 26, 2021Common problems and solutions of TensorFlow GPU installationWhen i first started using Tensorflow GPU setup, I often encounter problems. I have installed it several times and often encounter the same or similar problems. So I plan to record it and hope it can help others… Inconsistent Libraries Initially i u...DiscussDeep Learning
DivakarforOpen Source Devrexdivakar.hashnode.net·Sep 8, 2020TensorFlow Deep learning Setup using GPUThe interest on deep-learning has been growing enormous in the past couple of months but in order to get started we need a stable development environment. I find many beginners facing problems while installing libraries and setting up environment. As...DiscussTensorFlow