-
Reported by @tt-vjovanovic
@pjanevskiTT and me still lack enough knowledge about how remote communication works on our chips to quickly pinpoint the exact issue.
@tt-vjovanovic suspects the culprit m…
-
"Twisted Metal: Small Brawl SCUS-94642" has an interesting issue where every time the game loads into a level or back to the main menu, the analog function turns off. You can re-enable it, but it will…
-
# Problem
Montgomery multiplication is a critical operation in multi-scalar multiplication (MSM) that significantly impacts performance. The current implementation lacks an optimized Montgomery multi…
-
Please replace instances of "bare metal" in documentation with "Windows" or "Linux" or "OS" or something to your liking.
What you're referring to isn't "bare metal", it's "OS". Bare metal means "di…
-
Testing would be appreciated for the [1.0 branch](https://github.com/fosslinux/live-bootstrap/tree/1.0) - of all kinds is great, but particularly;
- `chroot` or `bwrap` mode on a variety of Linux s…
-
Hi, awesome work on this project!
I'm building some Swift apps using llama.cpp, and I'd love to try getting clip.cpp running on my app too.
I'm curious if you're going to support running clip.cp…
-
Make profiler post processing scripts into a package that is easily transportable to projects such as MLIR who know nothing about the TT_METAL repo.
@tapspatel @kmabeeTT @nsmithtt
-
Bug 1. Expected value 2.0. It's written in F4 mode. Got 4.0 and 6.0:
![image](https://user-images.githubusercontent.com/39907059/212976203-76f25d9f-f5ba-4d02-8527-1fda3ccfb33e.png)
![image](https://…
-
It seems like powr() is implemented inefficiently on non-metal targets. If I understand correctly, powr() is only defined for x>=0 but for some reason we coerce x to be abs(x) before delegating to re…
-
By inspection, this appears to have a bug where X is NaN and Y and Z are not specials.
fmin3() has a similar issue as described below for fmax3()
fmax3(NaN, 1, 2) should return 2 but would return 1.…