Releases: tenstorrent/sfpi
RPMs & Replay intrinsic
-
RPM packages are available
-
a new intrinsic for the replay instruction and new header
lltt.h
. Uselltt:record<Exec>(uint start, uint length)
to record a sequence andlltt::replay(uint start, uint end)
to replay it.uint32_t lltt::replay_insn(uint start, uint length)
is available to generate the replay instruction, which you might need to place it in the MOP unit.
test release
unify
test release
stuff
test
test
test release
insn-synth
Use xz compression
Use xz compression, as it is better.
Really remove gs, sigh modules are hard.
Rename target triplet, remove GraySkull
-
Renames the binaries, using
tt
as the manufacturer component. This should reduce the possibility of accidentally using the wrong riscv toolchain, should one have several installed. -
GraySkull support has been removed (it is already removed from
tt-metal
).
Updated Debian dependencies
Debian dependencies were incomplete, leading to installation problems
Adjust library linking
This update statically links some internal libraries, rather than listing them as dependencies.
Add aarch64 builds
This adds aarch64 builds