Skip to content

Instantly share code, notes, and snippets.

View KnightOfTheMoonlight's full-sized avatar

Lin Li KnightOfTheMoonlight

  • Hangzhou
  • China
View GitHub Profile
@Mahedi-61
Mahedi-61 / cuda_11.8_installation_on_Ubuntu_22.04
Last active April 11, 2024 23:29
Instructions for CUDA v11.8 and cuDNN 8.9.7 installation on Ubuntu 22.04 for PyTorch 2.1.2
#!/bin/bash
### steps ####
# Verify the system has a cuda-capable gpu
# Download and install the nvidia cuda toolkit and cudnn
# Setup environmental variables
# Verify the installation
###
### to verify your gpu is cuda enable check
@meikuam
meikuam / nvidia.md
Last active May 30, 2023 08:31 — forked from cavinsmith/nvidia.md
Nvidia GPUs sorted by CUDA cores

List of desktop Nvidia GPUS ordered by CUDA core count

Compute Capability from (https://developer.nvidia.com/cuda-gpus)

GPU CUDA cores Memory Processor frequency Compute Capability
GeForce GTX TITAN Z 5760 12 GB 705 / 876 3.5
NVIDIA TITAN Xp 3840 12 GB 1582 6.1
GeForce GTX 1080 Ti 3584 11 GB 1582 6.1
GeForce GTX TITAN X 3072 12 GB 1000 / 1075 6.1
@akiross
akiross / Understanding_queues_in_TF.ipynb
Created April 3, 2017 16:50
This notebook aims to explain how queues are used in tensorflow, in a bit more practical way than the official docs. I developed and tested this with TF 1.0
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.