-
### Problem
Some ACIR opcodes have built-in assumptions about their inputs/outputs, e.g.
- Whether a point is on the curve and/or at infinity
- An input/output being within a range (if integral) or o…
-
**Describe the bug**
Error during build of Horizon BPU (cross-compilation) runtime.
**To Reproduce**
The build procedure follows https://github.com/wenet-e2e/wenet/blob/main/runtime/horizonbpu/RE…
-
Is it possible to compile these templates at runtime? with a function or something?
-
I tried to compile single_prefill_with_kv_cache using torch.compile.
```Python
import torch
from flashinfer import single_prefill_with_kv_cache
data_type = torch.bfloat16
QH=64
KH=8
S=1024
…
-
A meta-issue to track runtime support for compiling Primate projects to native applications, also see https://primatejs.com/modules/runtime-support.
|Target|Node|Deno|Bun|
|-|-|-|-|
|Desktop (l…
-
### Description
Currently, in test_jumptables.py we compile test binaries from C source as part of each test, skipping the test in the case that a working compiler can't be run. See here: https://git…
-
When trying to build the project using Jenova Runtime, a compilation error occurs related to the cpp script for the root node. The project fails to compile, and the following errors are displayed in t…
-
I will demonstrate a short piece of code, using SRTPs and overload resolution, where the compilation will either succeed or fail, depending on the runtime execution path.
**Repro steps**
let…
gusty updated
2 weeks ago
-
When
* Session saved
* ~Compilation successful~
* ~Compilation error~
* ~Runtime ended~
* ~Runtime error~
-
**Goal**
I am trying to edit at runtime a .cshtml view defined in a razor class library and see the effects of my modifications without restarting the application, thus achieving runtime compilatio…