Files
tinygrad/extra/thunder/tiny/tk/__init__.py
2025-11-17 11:46:32 -08:00

7 lines
110 B
Python

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