-
Using 3 Atomics per pixel creates a ton of locking conflicts:
```
# Master
5.307263 seconds (251.33 M allocations: 15.794 GiB, 53.87% gc time, 356360 lock conflicts)
```
Not sure Immediately how …
-
sync mutex_unlock states that if the mutex is unlocked it is a no-op to unlock it. When doing this from a single thread there is no issue; but when doing it from a second thread it reaches an unreacha…
-
Python: Traceback (most recent call last):
File "C:\Users\wrenq\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\DragonFF-master\gui\dff_ot.py", line 286, in execute
importer = df…
-
A potentially useful atomic would be one that simply copies the results without change, but with zero derivatives, symbolic or numeric. It's trivial to implement symbolic evaluation, sparsity propagat…
-
- particle push
- particle to mesh (atomics?)
- mesh to particle
this issue may be refined in sub-issues...
-
Would probably make sense for thread-local executors, especially given that AppKit only runs on the main thread, so if one were to make an executor based on NSRunLoop etc., you'd probably want.
Not…
-
-
https://github.com/llvm/llvm-project/blob/420d02bb55d9deb0bf19c5c4deaf838380b51a06/llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp#L2845
This is more question than issue.
* loads us…
-
refs:
- https://github.com/rust-lang/rust/issues/114544
- https://github.com/rust-lang/rust/pull/116485 which was massively scaled back due to this open question
- https://github.com/rust-lang/rust/…
-
converters for these classes should be part of JSF
AtomicBoolean
AtomicInteger
AtomicLong
(all in the java.util.concurrent.atomic package)
#### Environment
Operating System: All
Platform: All
#### Af…