Files
onepilot/tinygrad_repo/extra/thunder/tiny/tk/__init__.py
T
firestar5683 d0e1db6766 StarPilot
2026-03-22 03:15:05 -05:00

7 lines
110 B
Python

from tinygrad.device import Device
if Device.DEFAULT == "AMD":
WARP_THREADS = 64
else:
WARP_THREADS = 32