-
Resolution to SPIR-V spec issue 367
- Function storage class is permitted for atomic operations, for SPIR-V modules which are _not_ Shader (either implicitly or explicitly declared).
-
While reviewing the implementation of the atomic operations in SYCL, I started comparing what operations are available on CUDA, HIP and SYCL:
![image](https://github.com/alpaka-group/alpaka/assets/…
-
The spec is unclear whether memory decorated with `writeonly` can be passed to, for example, `atomicAdd`. The atomic operations are specifically described to read then write the memory in question, s…
-
Hi guys, here is today problem...
### Overall situation:
In some moment of my game life-cycle I need to reset world. By "reset world" I mean remove all entities from engine and then recreate game obj…
-
Our atomic support is largely based on C11/C++11, so which operations we support is also largely the same. The main current exception is that we also support operations on `real`'s, but C++20 added su…
-
Full name of submitter (unless configured in github; will be published with the issue): Jim X
[intro.races] p4 says:
> All modifications to a particular atomic object M occur in some particular to…
-
if the difference is significant, we can consider moving atomic operations out of threads where possible
related https://github.com/open-atmos/PySDM/issues/1149
-
**Context**
Our current Semantic Events where a port of `events.cljs`, which contained UI informed events, not necessarily graph operations oriented.
We have events that are hard to express in cur…
-
### What happened?
Hya, it seems that unlocking and locking the compendium causes the main thread to block and firefox gets "Stuck" for about a second, this only happens in firefox as far as I can …
-
Extend the NGSIv2 API with an operation with "get and update" semantics. Provisional name:
```
POST /v2/op/getAndUpdate
```
Different from `POST /v2/op/update` which allows a list of entities,…