-
Hi,
I see that it's possible to rely on self managed binaries (using either --pgXX or setting $PGXX_PG_CONFIG env var) to avoid recompiling everything, but even in that case pgrx forces new dedicat…
rjuju updated
9 months ago
-
**Describe the bug**
`tools/workload_replay/simulate_replay` on Gitlab CI using clang 16.0.6:
```
ld.lld: error: undefined symbol: _Ux86_64_getcontext
ld.lld: error: undefined symbol: _ULx86_64_…
-
The context for this is https://github.com/rust-lang/rust/issues/116558: passing vector types by-value over `extern "C"` needs certain registers to be present, so if the target feature enabling these …
-
I started with these plots:
https://juliasimd.github.io/LoopVectorization.jl/stable/examples/matrix_vector_ops/
The issue is that I can't tell from the plot if the performance is already the bes…
-
The current parser for `fortls` is flimsy and commonly runs into problems when it comes to finding implementations of overloaded methods and preprocessor definitions. It would be interesting to see if…
-
@saudet Hi buddy,
it just came to my head in last few weeks what about merging cuda and opencl stuff here with work of guys from Jcuda and Jopencl projects. I understand there are some fundamental di…
-
### Proposed new feature or change:
Currently there are no Windows ARM64 wheels (ending with `-win_arm64`) provided for NumPy on PyPI. [cibuildwheel](https://github.com/pypa/cibuildwheel) started sup…
-
See https://github.com/llvm/llvm-project/issues/70585 for the motivation issue.
Simply, the current clang's behavior violates [itanium ABI 5.2.3](https://itanium-cxx-abi.github.io/cxx-abi/abi.html#…
-
-
## Background and Motivation
Native varargs are a complicated interop scenario to support. At present, native varargs are only supported on the Windows platform through the undocumented `__arglist`…