-
* test: https://gcc.godbolt.org/z/rfGE71oqP
```
double WORK[2*NUM];
complex res[NUM];
void foo () {
for (int K = 0; K < NUM; ++K) {
res[K] = complex(WORK[K], WORK[K + NUM]);
}
}
``…
vfdff updated
4 months ago
-
Currently the builtin to create an LDR job takes a single pgurl of the source cluster. If the node behind that url goes down, the job will pause after retrying some number of times. It would be nice…
-
**Which course contains the bug?**
[LDRS 375)](https://ba-leadership.github.io/ldrs375/) - bookdown
[Moodle course](https://learn.twu.ca/course/view.php?id=27451§ion=0#tabs-tree-start)
…
-
- [ ] display full (redacted) stmt in SHOW LOGICAL DATA REPLICATION JOBS. The description in the SHOW cmd essentially spit out what the user ran to create the LDR stream, with all sensitive info redac…
-
### Course
LDRS 320 - in bookdown
### URL
https://ubiquitous-goggles-eyvewry.pages.github.io/
### Instructions
Listing some edits I've done (or will show once RStudio is working...)& edits I'd li…
-
### URL: https://ba-leadership.github.io/ldrs473/orientation-to-groups-and-capstone-project.html#overview
- [x] Update the Overview, Questions for Consideration, and Summary using these notes:
…
-
After #125320, a @dt @ajstorm wished for more metrics. We should add these when we have dev time or wish we had them during a debugging session:
Source side
- [ ] Row Updates Sent i.e. num kvs tha…
-
We are a lot behind (300%) for kernel s2275 in TSVC compared to GCC12.
Compile this input with `-O3 -mcpu=neoverse-v2 -ffast-math`:
```
__attribute__((aligned(64))) float a[32000],b[32000],c[32…
-
Following up on #128828 and the conversation in https://cockroachlabs.slack.com/archives/C06U6CWQVUG/p1724251486299569, add an E2E unit test to ensure that TTL deletes aren't replicated for LDR
Jir…
-
Consider:
```csharp
public static unsafe ulong PartitionScalar(ref uint* input, ref uint* left, ref uint* right, int length)
{
long i = 0;
// Position within the output arrays.
…
a74nh updated
4 weeks ago