-
Hello,
Is it possible to use TSX Stripmap scripts for processing sentinel Stripmap? If No, is there any possibility for processing sentinel Stripmap? Please let me know and help in this regard. Tha…
-
Next time, add more comments to your html code. This will allow readers to navigate your code quickly. This especially comes into useful as your website grows in size and complexity and as a result of…
-
This would be really helpful for the external reader, or to anyone not particularly familiar with the codebase to have a short top-level description for each module. As for instance what we did for re…
-
**Describe the bug**
While debugging something with AGRI (https://github.com/ssec/polar2grid/issues/565) I noticed that the `long_name` is sometimes of type `bytes`.
**To Reproduce**
```pytho…
-
## TTIR Generic
We want to start building out the compiler side of lowering to a generic op. As a primer please refer to the linalg generic op, ttir follows the same structure: https://mlir.llvm.o…
-
Try adding comments to your css page. Unlike html, css code is not naturally defined by its structure. So having comments helps you organize it and quickly navigate it. As a suggestion, add comments a…
-
Try adding comments to your css page. Unlike html, css code is not naturally defined by its structure. So having comments helps you organize it and quickly navigate it. As a suggestion, add comments a…
-
# Top level issue for LLM matmul optimizations
### Llama2
#### Repro
branch: cglagovich/6689
```
./tt_metal/tools/profiler/profile_this.py -c "pytest -svv models/demos/llama2_70b/tests/pe…
-
So far, a majority of use cases for injections have been in traditional Java code, be it explicit methods, or surrogated methods based on some alteration of the target injection point, **but** it's on…
-
Recently I have discovered that some of the java sources in Eclipse are compiled to possibly incorrect bytecode.
For example, if you compile the following snippet in Eclipse 2023-12 it does not pass…