Skip to content

Instantly share code, notes, and snippets.

View vimarsh6739's full-sized avatar
🍵
Walkin around

Vimarsh Sathia vimarsh6739

🍵
Walkin around
  • UIUC / AMD
  • Urbana, IL
  • 01:48 (UTC -05:00)
View GitHub Profile
@vimarsh6739
vimarsh6739 / xla_cherrypicker.sh
Last active June 3, 2025 21:25
Working LLVM Commit Enzyme/MLIR/Reactant.jl
git checkout $(curl -L https://raw.githubusercontent.com/openxla/xla/refs/heads/main/third_party/llvm/workspace.bzl | grep "LLVM_COMMIT" | cut -d'"' -f 2 | head -n 1)
@vimarsh6739
vimarsh6739 / ape_hw1_tutorial.md
Last active January 31, 2025 07:51
CS598 APE HW 1 Tutorial

CS598 APE HW 1 Tutorial

This gist is meant to assist you in bootstrapping the setup and basic debugging for your raytracer homework.

Making a private fork of the homework repo

For some reason, GitHub doesn't allow you to make a private fork of a public repository directly. That being said, it is not impossible. For this assignment, the commands are(taken from here):

  1. Create a bare clone of the repository. (This is temporary and will be removed so just do it wherever.)
    git clone --bare [email protected]:PRONTOLab/598APE-HW1.git
@vimarsh6739
vimarsh6739 / installing_nvidia_driver_cuda_cudnn_linux.md
Created February 7, 2021 05:27 — forked from kmhofmann/installing_nvidia_driver_cuda_cudnn_linux.md
Installing the NVIDIA driver, CUDA and cuDNN on Linux

Installing the NVIDIA driver, CUDA and cuDNN on Linux (Ubuntu 20.04)

This is a companion piece to my instructions on building TensorFlow from source. In particular, the aim is to install the following pieces of software

on an Ubuntu Linux system, in particular Ubuntu 20.04.