Joshua Chia
Joshua Chia
> The problem with GHC 8.8 is that the Windows versions are completely broken I tried "hoogle generate" "hoogle test" on my Linux machine under stack with lts-15.9 before the...
Is somebody deciding whether or how to fix this problem? Not round-tripping properly is a bug not a feature for a serialization library, and I think this issue if not...
I personally am fine with Option a and prefer it over both Option b and doing nothing, but if there is a concern about a backward compatibility issue where existing...
I'm not sure if this way of building works on all platforms that we care about, especially the part about `extra-libraries`. Do those libraries always have the same names?
I wonder if this approach works: https://stackoverflow.com/a/4961304/679688 A PR that uses pkg-config is welcome.
Is it just that I also have to JIT the `backend_rep.run()`?
From the llvm github repo, it appears that llvm-17 has `llvm/Support/Host.h` but llvm-18 and llvm-19 do not.
This is not even a feature request. There is nothing to "not plan". The issue is just a request for clarification about which LLVM versions exactly are needed. Without documentation...
When I compile and build using my own source-built OpenVINO with `THREADING=SEQ`, the cycle count decreases from 28k to 24k: ``` cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_SYSTEM_OPENCL=OFF -DTHREADING=SEQ --install-prefix /opt/openvino -G Ninja .....