-
@Amanieu provided the following example [here](https://github.com/rust-lang/unsafe-code-guidelines/pull/212#issuecomment-543616045), where the `Channel` should be placed in inter-process shared memory…
-
I mean build binaryen with emscripten with "-fno-exceptions" for asmjs / wasm. But I guess other build targets without exceptions will be also benefits for it's size. As I know ~~LLVM~~ (but use `noex…
-
(Continuing conversation from WebAssembly/design#796)
I compiled qemu with `--enable-profiler`, added a few missing profiler logs, set an uninitialized variable to zero, and tested booting a FreeDO…
tbodt updated
4 years ago
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Re…
-
## ❓ Question
I was following [the documentation](https://pytorch.org/TensorRT/user_guide/dynamic_shapes.html#dynamic-shapes) on compiling a model with dynamic input shape. When saving the compil…
-
### Steps to reproduce the issue
```console
$ spack spec -I cp2k+cosma+libvori+mpi_f08+pexsi+plumed+pytorch+quip+sirius+spglib+ipo+elpa+dlaf+openmp build_system=cmake lmax=7 ^cosma+shared ^cmake/v…
-
Hi @dusty-nv,
I am using a custom segnet model trained following the steps from [Onixaz Pytorch Segmentation](https://www.highvoltagecode.com/post/edge-ai-semantic-segmentation-on-nvidia-jetson). I…
-
## Background information
### What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.)
5.0.3 tarball
### Describe how Open MPI was installed (e.g., from …
-
```cpp
std::vector two_dim;
// fill two_dim with lots of data
std::vector foo = two_dim | view::join;
```
is more than three times slower than:
```cpp
std::vector two_dim;
// fill two_dim wi…
-
I've learned recently that Clang may mark certain function parameters as `noundef`, and passing uninitialized data in such parameters will be considered an UB (see https://llvm.org/docs/LangRef.html f…