-
Where do the coral, boulder ridges, and avoided sites come from?
-
We want to have the same types of safety on the GPU as we do on the CPU. One of those areas that make it easy to introduce race conditions is with memory barriers. HLSL and GLSL require the programmer…
-
Project Lead: ameerracle
Mentor:
Welcome to OLS-7! This issue will be used to track your project and progress during the program. Please use this checklist over the next few weeks as you s…
-
The long-dormant barriers branch has some changes that make barriers scalable (i.e. O(log N) work on each rank instead of O(N) work on one rank) and improve the migration capabilities, but additional …
-
Currently the PayPal donations are set up to only accept Canadian dollars.
Would it be possible to allow selecting other currencies, the way e.g. ArcMenu does?
More importantly, currently the PayP…
-
You're moving both the storage buffers between the compute and graphics queues and vice versa, but only the `storageBuffers.output.buffer` is actually used on the graphics queue.
https://github.com…
-
### Description
At some point, I think it would be great to have the ability to set control access barriers and access more of the WGSL specific functionality within a TSL function. I've tried implem…
-
Hi,
I tried Maptio and it looks great, very much like what we need for the self-organized community I am in. I would love to integrate Maptio into our self-hosted platform consisting of FOSS tools, t…
iexos updated
1 month ago
-
In the spirit of OpenMP's `#pragma omp barrier` and `MPI.Barrier()` it would be nice to have a barrier for shared-memory parallelism in Julia. Taka has worked on this it seems (https://github.com/Juli…
-
### Description & Motivation
To prevent ranks losing alignment due to user error -- it would be beneficial to have named barriers with lightning allowing nodes to move forward only if same barrier …