-
## Problem
Enrolling routers across the VM boundary (eg between Neutron and Arbitrum) is unintuitive with the `RouterDeployer` usage of `RouterConfig.foreignDeployment`
https://github.com/hyperl…
-
Currently the VM has no interrupt implementation, it needs this before we can write usefull programs for it.
It is also missing mission-specific bytecode like IO. This also needs to be figured out!
-
I'm trying to compile the bytecode VM on Fedora (19 alpha) and hitting an error:
```
ricky@t520 /tmp/magpie (master)$ ./run_gyp
gyp: name 'host_arch' is not defined while evaluating condition 'host_…
-
**描述这个问题**
GaiaXAndroidDemo Android Studio 编译报错
A problem occurred configuring project ':GXAnalyzeAndroid'.
> Failed to notify project evaluation listener.
> java.lang.NullPointerException …
-
**Issue by [Abhiroop](https://github.com/Abhiroop)**
_Monday Apr 12, 2021 at 10:44 GMT_
_Originally opened as https://github.com/svenssonjoel/Sense-VM/issues/10_
----
The current rewrite engine rew…
-
A lot of the compilation overhead is coming from the need to compile all project's tests on every change to one of the src/ contracts. Ideally, we should only compile test contracts when interface of …
klkvr updated
1 month ago
-
Looking at emitc output I noticed that there can end up being a large number of identical exit blocks varying only in the dominating values they capture:
```c
label22:
v96 = &v4;
iree_vm_ref…
-
### What happened?
I'm getting a register count overflow when trying to run llama3.1_405b_fp16 for 8 HIP devices targeting gfx942
```iree/runtime/src/iree/vm/bytecode/verifier.c:345: RESOURCE_EXHAUST…
-
for the give IR
```mlir
module {
func.func @torch_jit( %arg2: !torch.vtensor, %arg3: !torch.vtensor) -> !torch.vtensor attributes {torch.onnx_meta.ir_version = 7 : si64, torch.onnx_meta.opset…
-
Hello. I would like to build and run the following CPP, but I am having trouble dealing with the different IREE versions.
https://github.com/nod-ai/SHARK/tree/main/cpp
The main problem is that the…