lmatz

Results 186 comments of lmatz

I am not sure whether the comment section in current Attention Module is a bit off? "output=tanh(w∗(attn∗context)+b∗output)" does not match with the code or the 5th equation in the paper...

For bugs, unimplemented features that get discovered when enabling more test cases, if it can be fixed/done quickly, please file an issue and fix it before enabling that test case....

As @neverchanje pointed out in #4093, we need a `rowsort`-like functionality in regress tests to make the test case aware/unaware of the order of results output by a `select` query,...

After #5428, we can start to enable: int2 int4 int8 float4 float8 timestamptz

https://github.com/risingwavelabs/risingwave/issues/1334 can be closed after this

What's the difference between `Implement division operators (/) for all numeric types` and the `/` in `Implement arithmetic operators (+/-/*//) for all numeric types`?

Just try to provide more context PG: ``` test=# create table "order" (v1 int); CREATE TABLE ```

> I saw `Mon Sep 12 07:33:48 UTC 2022 [risedev]: Program exited with 137` in the compute node log. > > I think exit code 137 means OOM. ~I see,...