Skip to content

Instantly share code, notes, and snippets.

View thcmbs's full-sized avatar

Theotime Combes thcmbs

  • Zurich, Switzerland
  • 18:30 (UTC +02:00)
View GitHub Profile
@thcmbs
thcmbs / script.py
Created April 30, 2026 15:56
bf16 matmul roofline sweep
"""bf16 matmul roofline sweep on TPU"""
import time
import jax
import jax.numpy as jnp
import numpy as np
DTYPE = jnp.bfloat16
MIN_SECONDS = 0.5