1
0
forked from IQ.Lvbs/IQ.Pilot
Files
IQ.Pilot/tinygrad_repo/extra/thunder/tiny/tk/__init__.py
2026-08-22 23:42:42 -05:00

7 lines
110 B
Python

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