-
As we're preparing for the Triton 3.2 pin update for PyTorch, one of our internal kernels segfaults during compilation [here](https://github.com/triton-lang/triton/blob/cc25374fa480c0b3e51cf218ed6fe7e…
-
```rs
use std::{
fs::{self, File},
io::Write,
};
use image::ImageReader;
fn main() {
println!("Hello, world!");
image_from("planet.png")
}
fn image_from(path: &str) {
let image…
-
This issue track adding documentation to clarify iterator and object reference validity for LLVM ADTs like `DenseMap` and others. Please see https://kera.name/articles/2011/06/iterator-invalidation-ru…
-
I am trying to jit compile C++ code using libclang. I am mostly following this tutorial https://blog.memzero.de/llvm-orc-jit/ with some modifications to support C++ instead of C and linking the standa…
-
There have been a few instances of the following error on i686-msvc on CI:
```
Assertion failed: !KeyInfoT::isEqual(Val, EmptyKey) && !KeyInfoT::isEqual(Val, TombstoneKey) && "Empty/Tombstone valu…
ehuss updated
3 weeks ago
-
Hi Guys,
I have run build like it is in instruction:
![image](https://github.com/KDAB/codebrowser/assets/58334243/1431f0ae-8088-4f41-ac72-8fd2739fa4f8)
and get this error, any idea what should be…
-
This crash was seen while trying to BOLT Clang/LLD 198c3eecee50d90cdff4b7840cfa39eef5613870.
```
-- Check for working C compiler: /home/marcus/toolchain/llvm/stage2-prof-use-lto/install/bin/clang-…
-
Inside CoarseSchedule:
class ClusterList {
std::list orderClusters;
}
ClusterList clusters;
using Cluster = decltype(clusters)::iterator;
DenseMap opToStageAndCluster;
std::pair…
-
While building a very large commonly used C++ game engine with `-flto=full` and `-fprofile-instr-generate` we're seeing a very large slowdown in IR link times, causing the total LTO build time to go f…
-
Hi.
Tried to compile the btree.Set example in the README.md with `tinygo build -target wasi -o test.wasm` and got the following stack trace. Submitted issues to tinygo and llvm projects, so just lett…