Skip to content

Instantly share code, notes, and snippets.

View AngryLoki's full-sized avatar

Sv. Lockal AngryLoki

View GitHub Profile
import itertools
import torch
import triton
import triton.language as tl
from triton.runtime import driver
DEVICE_CPU = torch.device("cpu")
DEVICE_GPU = triton.runtime.driver.active.get_active_torch_device()

fsopen(2) Manual Page

NAME