Skip to content

Instantly share code, notes, and snippets.

View herrmann's full-sized avatar

Ricardo Herrmann herrmann

View GitHub Profile
@herrmann
herrmann / sass_instructions.md
Last active June 6, 2025 03:46
NVIDIA SASS Instructions' history
#!/usr/bin/env python
import sys
import json
def renumber_nb(nb_file_name):
assert nb_file_name.endswith('.ipynb')
base = '.'.join(nb_file_name.split('.')[:-1])
i = 1
j = json.load(open(nb_file_name, 'r'))