-
After PR #15041, there are failures in test/parallel/taskPar/elliot/barrier/array-of-barriers.chpl due to errors in the memory management of barriers. Memory management for barriers started in PR #494…
-
Generations
-
As a follow-on to #581, it'd be nice if there were a way to avoid the application overhead of counting the phases used on a barrier and refreshing (by destroying and building new ones) once that phase…
-
In the process of adding critical path analysis support in Legion, it's become apparent that barriers are very difficult to profile in a scalable way. With critical path support, Legion currently supp…
-
Hi,
I was wondering if you were planning to implement a 3D version of Instanseg. By this, I mean true 3D segmentation with 3D convolution operations.
At the moment I'm using Cellstitch with Cellpo…
-
In principle, Mitiq should preserve the structure of input circuits as much as possible, apart from the transformations that are necessary for error mitigation (e.g. unitary folding).
For this reas…
-
I propose creating an interactive DeFi education platform for the Kaia Network. Features include gamified learning with NFT rewards, hands-on exercises on a Kaia testnet, weekly virtual meetups, and a…
-
As you shall see, the barrier between `Partition` and `PartitionData` is blurred by a bunch of things. Shall we have several encapsulations in `PartitionData`, or just let `Partition` use its raw fiel…
-
``` c++
#include
int main()
{
hc::array_view g_mm(256, 8);
// generate some low quality pseudo random data
unsigned int s[4] = {0xA713B461, 0x7F1A1723, 0x162B712A, 0x91AB2673};
for(int y…
-
Please consider a more streamlined approach to displaying the guidelines so that anyone not familiar with accessibility can start right away.
One of the things that always impressed be about WCAG 2…