-
I have Odroid XU4, which has OpenCL-capable GPU. It is detected by BOINC client:
```
5 2016-10-24 21:09:05 OpenCL: Mali-T628 0: Mali-T628 (driver version 1.2, device version OpenCL 1.2 v1.r…
-
When a Kerbal Atomics engine is running, the log gets spammed with this...
```
[LOG 19:39:20.277] RCS exceeded loop count
[LOG 19:39:20.277] stageStartMass = NaN
[LOG 19:39:20.277] burnTime = In…
-
- https://marabos.nl/atomics/
- https://github.com/m-ou-se/rust-atomics-and-locks
-
# Problem
With proposal in [#114](https://github.com/mpi-forum/mpi-issues/issues/114), the MPI implementation can know which atomic operations are expected in the user program thus those operations…
-
Would it make sense to have a non-thread safe version for thread-local executors like [`unsend`](https://docs.rs/unsend/latest/unsend/)?
This could be more performant (both because it could use `Lo…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR37716](https://bugs.llvm.org/show_bug.cgi?id=37716) |
| Status | NEW |
| Importance | P enhancemen…
-
Hi, I really excited about WASI and what it's trying to achieve. I looked around for this, but couldn't find any mention of it. What is the status of multi-threading and Atomics in WASI? I saw that Ch…
-
### System Information
OpenCV version: Current 4.x HEAD (8e5dbc03fe0c8264e667de5bbae4d0ab04dcab6b)
Operating System / Platform: openSUSE Tumbleweed-Slowroll.04 (Version: 20241002)
Compiler & comp…
-
### What is the problem this feature will solve?
What I'd like to achieve is an implementation of shared (between worker threads) and thread safe data structures.
I want something easier to work wit…
-
Deriving debug would be nice to allow users to also derive debug in their own structs. Otherwise the compiler fails with something like
```
src/lib.rs:54:5: 54:25 error: the trait `core::fmt::Debug` …