Skip to content

Instantly share code, notes, and snippets.

View lucidrains's full-sized avatar

Phil Wang lucidrains

View GitHub Profile
from typing import Tuple
import gc
import torch
import torch.nn.functional as F
import triton
import triton.language as tl
import triton.testing