mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
split comma benchmark, dsp on c4 [PR] (#16598)
This commit is contained in:
parent
6b8fdfe4ca
commit
bcdb988df0
2 changed files with 57 additions and 6 deletions
|
|
@ -255,7 +255,7 @@ def _sign(serial_num, out_dir):
|
|||
final = _build_elf(ehdr, allph, segs)
|
||||
|
||||
os.makedirs(out_dir, exist_ok=True)
|
||||
out = os.path.join(out_dir, "testsig-0x%08X.so" % serial_num)
|
||||
out = os.path.join(out_dir, "testsig-0x%08x.so" % serial_num)
|
||||
with open(out, 'wb') as f:
|
||||
f.write(final)
|
||||
print("Signing complete! Output saved at %s" % out)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue