-
**Describe the issue**
During the conversion of an OAuth2 server to native compilation, we had a very significant reduction in throughput, which I find strange since other converted applications do…
-
The JAX API now includes more detailed control over the compilation process with jax.stages, but the xarray_jax wrapper here in graphcast does not seem to support jax.jit().lower:
```python
import…
-
Building Agensgraph after configuring with `-with-llvm` causes compilation errors - the function wrapper used is by the Cypher expressions seem out of date with the Postgres version.
https://github…
-
Getting some compilation errors when using latest Lua 5.4.7, like:
```
...
love\src\modules\graphics\wrap_Mesh.cpp(294,18): error C3861: 'luaL_checkint': identifier not found
...
love\src\modul…
-
I've been working to integrate antlr4cs into a Unity3D project to run on iOS. Several of the classes in the Sharpen namespace rely on Just-in-Time compilation of generic types. Apple forbids using J…
-
Hello!
Am a complete beginner with GPGPU and kernels, now that that is out of the way, here goes.
Been trying to adapt ManagedCuda in my project but am stuck in already the first steps...
After cop…
-
### Description
With a local GPU device, one can compile ahead-of-time even for a different GPU and topology, as illustrated by the code at the end of this report (this only works with recent XLA - h…
-
Java -version output
--------------------
```bash
openjdk version "1.8.0_402-internal"
OpenJDK Runtime Environment (build 1.8.0_402-internal_2024_01_05_11_05-b00)
Eclipse OpenJ9 VM (build…
Qeryu updated
1 month ago
-
Right now compilation is controlled in one of two ways: globally with `GxB_JIT_C_CONTROL` and quasi-local control in the form of type / operator definitions (providing a definition enables JIT, not pr…
-
I encountered an issue when using the jit.compile(model) in the e3nn library. The error is raised specifically by e3nn.nn.BatchNorm(), preventing successful compilation. Below is an example co…