forked from IQ.Lvbs/IQ.Pilot
IQ.Pilot Prebuilt Release @ ab07000
This commit is contained in:
6
tinygrad_repo/extra/thunder/tiny/tk/__init__.py
Normal file
6
tinygrad_repo/extra/thunder/tiny/tk/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from tinygrad.device import Device
|
||||
|
||||
if Device.DEFAULT == "AMD":
|
||||
WARP_THREADS = 64
|
||||
else:
|
||||
WARP_THREADS = 32
|
||||
Reference in New Issue
Block a user