-
It is important that (add x y z) can match to (add a b) with for example
associative
```
{a: (add, x, y), b: z}
```
commutative
```
{a: z, b: (add, y, x)}
```
This can be costly but is quite doa…
-
### Reason/inspiration (optional)
to make the entry more comprehensive, a lot of bash commands could be added to enhance the concept entry.
this is what I am targeting to accomplish adding.
…
-
-
I thought I will implement it by myself, but currently I have no time for it. So I just write down the idea in case somebody will like it and implement, or in case I will return back to it next year.
…
maxfl updated
3 months ago
-
At least, I'm pretty sure that this is true :-). On GPUs `tl.reduce` generates code that reassociates the operation to reduce in-thread, then in-warp, then in-block, which means you get really unexpe…
-
# Associative Recall task
I will gather all the progress on the Associative Recall task in this issue. I will likely update this issue regularly (hopefully), so you may want to unsubscribe from this …
-
minimal unit to transfer: cacheline = block
next: set, way
-
Given:
my $s = 'baz'
sub foo { $^a }
compare these expressions:
Q:c'{$s}'
Q:f'&foo($s)'
I believe both should evaluate to `baz`, but the second one fails with `Type Str d…
-
**Prettier 2.6.2**
**PHP Plugin 0.18.5**
**Input:**
```php
class Test
{
protected $array1 = [
'published', 'title', 'description', 'position', 'nid'];
protected $array2…
-
parameters(cache, traceFile)