-
Can you add `rpm-ostree` on install.sh to allow a "package layering" install in Fedora Atomic?
for now is only apt, yum, dnf and zypper.
```
install_apt
install_yum
install_dnf
install_zypper
…
-
Currently, CUTLASS only implements a specialization of `atomic_add` for [`half2`](https://github.com/NVIDIA/cutlass/blob/main/include/cutlass/functional.h#L613), but not `nv_bfloat162`. This in turn l…
-
"Atomic grouping ((?>...)) and possessive quantifiers (*+, ++, ?+, {m,n}+) are now supported in regular expressions. (Contributed by Jeffrey C. Jacobs and Serhiy Storchaka in [bpo-433030](https://bugs…
-
I'm currently landing a new test `test_atomic_wait64_notify` which is failing under wasm2js:
```
test_atomic_wait64_notify (test_core.wasm2js1.test_atomic_wait64_notify) ... Clearing existing test…
-
### Impacted plugin
Boost
### Quick summary
The Jetpack Boost menu item shows a plain "1" instead of a red bullet notification when an alert needs to be addressed.
This happens on Atomic sites onl…
-
Should `OpAtomicFAddEXT`, `OpAtomicFMinEXT`, and `OpAtomicFMaxEXT` atomic instructions be also allowed to be used with `SPV_KHR_untyped_pointers` extension?
The main point is that these instructions …
-
**Software Versions**
* Python: 3.9.19
* OS: Mac (all)
* Kivy: 2.1.0 (didn't see any newer issues that addressed this)
* Kivy installation method: venv
**Describe the bug**
It is possible to h…
-
# Atomic Reference Count Management
[`RawCache`] uses an atomic reference count to management the release of an entry.
The atomic reference count represents the *external* references of a cac…
-
# Introduction
This document focuses on reintroducing the atomic distributed transaction implementation and addressing the shortcomings with improved and robust support.
# Background
## Existing …
-
Feature gate: `#![feature(atomic_from_ptr)]`, `#![feature(const_atomic_from_ptr)]`
This is a tracking issue for `Atomic*::from_ptr` set of functions.
### Public API
```rust
// core::atomic
i…