Skip to content

Instantly share code, notes, and snippets.

View jon-hotaisle's full-sized avatar

Jon Stevens jon-hotaisle

View GitHub Profile
import time
import torch
import tabulate
from triton.testing import do_bench
import torch.nn.functional as F
torch.manual_seed(0)
repeats = 200
warmup = 30
dtype = torch.bfloat16