-
In order to support arbitrary-sized arrays as arguments of the constructor, we have to know the bytecode size beforehand, so we can use it along with the `CODESIZE` opcode to parse the arguments bits.…
-
Sometimes you get a print like:
```
readBinaryValueFile: ... throws null
exception... throws: IO("")
stacktrace
```
Which is caused by this pattern in Prelude.java:
```
catch (IOExcept…
-
# 🚀 Feature Request
The V2 compiler has code which is making assumptions about invariants in the program IR which are currently true within the compiler but are not enforced by any mechanism. Thes…
-
## Compiler version
3.3.1
## Minimized code
```scala
//> using scala 3.3.1
case class StaticBinding(v: String) {
private def copy$default$1(): String = ???
}
object Demo extends Ap…
-
### 🐛 Describe the bug
Eager successfully executes the program below. However, when using `torch.compile` with dynamic shapes, it errors:
```python
@torch.compile(dynamic=True)
def f(a, b):
…
-
This issue exists to let you know that we are about to monitor the builds
of the LLVM (v20.0.0, llvm/llvm-project@ 17bad1a) snapshot for 20241102.
At certain intervals the CI system will update th…
-
### Environment information
```bash
$ ape --version
0.8.14
$ ape plugins list
Installed Plugins
etherscan 0.8.3
infura 0.8.1
polygon 0.8.0
solidity 0.8.3
```
-…
-
We added a line in [disrordered_tracing()](https://github.com/AFM-SPM/TopoStats/blob/5d01d437144455d179254e7d8eaa98edcc0ff58d/topostats/tracing/disordered_tracing.py#L425) to substitute the `-` in col…
-
Notes from @OlivierBBB: https://hackmd.io/@olivierbbb/SkOB9AWsC
The purpose of this issue is summarising possible approach to build an advanced testing framework.
First of all, we should check i…
-
### What happened?
For the attached IR, seeing error as
```
error: One or more operations with large vector sizes (8192 bytes) were found:
%255 = linalg.generic {indexing_maps = [#map16, #map17…