mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
fix multiwave
This commit is contained in:
parent
222ae38aa4
commit
b9f08ad18a
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class SQTTMultiwave(unittest.TestCase):
|
|||
#prg = get_runner("AMD", UOp.sink())._prg
|
||||
prg = compile_asm_sqtt(ins, alu_only=True)
|
||||
print(prg)
|
||||
blobs = run_prg_sqtt_batch(prg, n_runs=1, n_lanes=32*4)
|
||||
blobs = run_prg_sqtt_batch(prg, n_runs=2, n_lanes=32*4)
|
||||
for blob in blobs:
|
||||
packets = decode(blob)
|
||||
for p in filter_noise_packets(packets):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue