-
Amazing work on this project - it's no easy feat getting all of these layers to work together in a simple way.
I built a user space TCP/IP JS library (via WASM bindings to `lwIP`) for use cases like…
-
Good day all,
Not an issue but a question: What exactly is the problem with atomics?
I have read the discussion [#59]( https://github.com/ch32-rs/ch32-hal/issues/59)
Is this confirmed by WCH, o…
-
Builtin atomics
- [x] Investigate using types with guaranteed bitwidth if available (e.g. uint32_t and uint64_t)
- [x] Investigate supporting builtin atomics on smaller types (e.g. uint8_t and uint1…
-
Sub-issue for #7319, reviewing atomics
Here is a list of oddities I noticed:
* `atomic_query_version() -> char const*`
https://github.com/kokkos/kokkos/blob/43a30195af81b6d1aa5b1efec939af842…
-
This issue is for discussion of the proposal to introduce **Common Atomic and Atomic Array types** in the standard library.
The full text of the proposal is here: [proposals/common-atomics.md](https…
-
https://developer.apple.com/metal/Metal-Shading-Language-Specification.pdf
64 bit atomics are supported on M3 and up with some support on M2.
For this to be usable we need to figure out how to guard …
-
Currently ISPC has a nice suite of local atomic functions however in some less structured algorithms more general global atomics are required. Specifically along the lines of:
```
atomic_add_global…
-
UnsafeAtomics.jl now relies on Base for `fence`: https://github.com/JuliaConcurrent/UnsafeAtomics.jl/blob/2eaec48118d3719da335d1dcd9d0e24e5f4739e4/ext/UnsafeAtomicsLLVM/atomics.jl#L196
That seems w…
-
Hi all,
I was going through `test_atomics.cpp` and found lots of memory leakage due to conditional statements(line no. 26,36,47,58).
So I would like to ask, instead of handling manually free func…
-
With the latest Emscripten:
```
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.73-git (299be0bbfbbadfa926cb69380f0fffa3703b26c7)
```
This interactive audio worklet …