IQ.Pilot Release Commit @ da36e21

This commit is contained in:
IQ.Lvbs CI [bot]
2026-08-16 22:24:28 -05:00
commit 14f5919977
4588 changed files with 1234072 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
from tinygrad.helpers import Profiling
from tinygrad import Device
if __name__ == "__main__":
am = Device["AMD"]
# kfd is 0.55ms!
with Profiling("allocation 127.7mb"):
am.allocator.alloc(int(127.7*1024*1024))