-
I've tried to build nghttp2 but it fails.
OS:
```
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.5 LTS"
```
The error text:
```
make[3]: Ent…
-
May be related to https://github.com/JuliaLang/julia/pull/48215
The allocation count when using pkgimg may be off by quite a bit, setup a simple package [here](https://github.com/daviehh/report_all…
-
### Problem Description
# Environment
PyTorch 2.5.0+rocm6.2
# Description
When using Conv2d with certain `out_channels` values (e.g., 16), the following error occurs:
> MIOpen(HIP): Warning…
-
Feature `const_alloc_layout` makes these methods on `Layout` const:
```rust
fn for_value(t: &T) -> Layout
fn align_to(&self, align: usize) -> Result
fn pad_to_align(&self) -> Layout
fn extend(&self, …
-
This issue tracks additional methods on `Layout` which allow layouts to be composed to build complex layouts.
```rust
pub const fn padding_needed_for(&self, align: usize) -> usize;
pub const fn repea…
-
Expected: `latexdef -t latex-dev -s ` shows source code extracted from `TEXMFDIST/tex/latex-dev/base/latex.ltx`
Actual: Source code is still extracted from `TEXMFDIST/tex/latex/base/latex.ltx`, aka…
-
While working on an embedded app, it was discovered, that it's not possible to use `borsh` crate when `global_allocator` is not defined.
One possible solution in such cases is to define `global_all…
-
```
julia> versioninfo()
Julia Version 1.10.4
Commit 48d4fd48430 (2024-06-04 10:41 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CP…
-
Hi,
TL;DR: I am getting bad_alloc error when creating clickhouse connections on a node that used to run clickhouse fine.
I have clickhouse-cpp and clickhouse-server set up on a centOS node wi…
-
I noticed that there are IMO unnecessary allocations generated by the compiler in the hot path if one uses the st7789 SPI driver on rp pico .
Looks like it might slow down SPI transmission considerab…