-
## Feature request
Currently it looks like `llvmlite` is [pinned to LLVM 14]( https://github.com/numba/llvmlite/blob/622c33ff6d8f57cbf1c1b6cf1354975b02d4a833/README.rst?plain=1#L63 )
There was a…
-
I've started looking at the recently added benchmarks to check that this crate is returning correct results and not cheating. Some differences so far (these come from looking at the postgresql debug):…
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
HOMEBREW_VERSION: 4.4.2
ORIGIN: https://github.com/Homebrew/brew
HEAD: 35ebf4a047b00b2b3de33ba0081d71293cdadede
Las…
-
-
As a much delayed follow on to #1890, we now look at getting MAPL to work with `ifx` the Intel LLVM compiler.
To test this, on discover you replace `g5_modules` with:
```
/gpfsm/dhome/mathomp4/G…
-
Hi,
I'm having troubles trying to install `karafka-rdkafka` on Mac OS X. It's complaining about a missing C++ header, I guess. I googled the error but no luck. Am I the only one experiencing it? He…
-
LLVM Analyzer reports two instances of use-after-move:
* In [`PhotonMVABasedHaloTagger::PhotonMVABasedHaloTagger`](https://github.com/cms-sw/cmssw/blob/master/RecoEgamma/PhotonIdentification/src/Phot…
-
The most recent llvm integrate, https://github.com/iree-org/iree/pull/18987, introduced a minor regression in SDXL clip dispatch count (1139 ⇾ 1141). I tracked it to https://github.com/llvm/llvm-proje…
-
For logging, we use LLVM's `dbgs()` extensively for debug output while the rest of logging is a mix of std, printf, and possibly LLVM's `outs()`. There were issues with output re-ordering depending on…
-
test case
```
#include
static int lemon_vsprintf(char *str, const char *zFormat, va_list ap){
int v = va_arg(ap, int);
return 0;
}
static int lemon_sprintf(char *str, const char *format,…