-
```
Execution should not block on compiling a function with LLVM or
reoptimizing it with new data. We should send these work units to separate
worker threads, allowing the main threads to carry on uni…
-
```
Execution should not block on compiling a function with LLVM or
reoptimizing it with new data. We should send these work units to separate
worker threads, allowing the main threads to carry on uni…
-
### Description
With `0.4.35` release, the flash attention kernel will hit compilation OOM for long sequence length inputs. It failed during compiling the reference attention implementation for cos…
-
-
Hello! My project compiled perfectly with pyinstaller, but the exe file was slow to start, so I started trying to compile with Nuitka, but I ran into problems.
I used nuitka to compile the project e…
-
How are you suppose to allow a compiled regex pattern to be matched from multiple threads concurrently.
If I have a jit stack that is thread local but the pcre2_match_context is effectively tied t…
-
Hi,
I'm greatly attracted by the 100x faster compilation speed shown in your post as we need a fast and lightweight JIT compiler in our [wasm-micro-runtime](https://github.com/bytecodealliance/wasm…
-
Just playing around with this idea for now:
```python
net = jx.Network(...)
net.make_trainable("radius")
# First, we can run `net.set()` between jx.integrate calls and it
# will not recompile…
-
## 🚀 Feature
Provide a way to `jit.script` a method more than once with different signatures.
## Motivation
Providing "templating" or specializing generics functionality by reusing function defin…
-
### Required prerequisites
- [X] Make sure you've read the [documentation](https://nvidia.github.io/cuda-quantum/latest). Your issue may be addressed there.
- [X] Search the [issue tracker](https:…