Menu

Category: Tutorial

Tensorflow List of Devices | Tensorflow Anaconda Python Recognized Devices | Cuda Education

A quick overview of how to know what devices Tensorflow sees on your system in the video. Code snippet should be used in Python Anaconda.

  Next: Install Tensorflow + Tensorboard + Keras + Anaconda Python in Windows

CUDA Python Installation Guide | Anaconda Python Installation | Numba Installation | Cuda Education

An overview of how to install CUDA Python on your system.  It will enable you to run Python code, but take advantage of your Cuda-enabled GPU to speed up your application.  A marriage made in heaven?

Next: Install Tensorflow […]

Thread Mapping in CUDA

Understanding how threads are mapped in CUDA and how it relates to blocks and grids can be very challenging.  Check out the following PDF from Pelagos Consulting and Education which does a really good job of explaining it: https://www.pelagos-consulting.com/wp-content/uploads/2017/08/CUDA_description.pdf   […]