-
I have some comments regarding correctness issues with `minimum` and `maximum`. One is about handling of signed zero for floating points and the other about short circuiting for `NaN` and `missing`. I…
-
Hey there,
I've recently done a bit of work on physics-related tasks and in the process spent some thoughts on how Farseer performance could be improved.
## Performance Observations
First, so…
ilexp updated
7 years ago
-
20 H/s on release is okay, only 5 times slower than reference. Squeezing out most likely 25 H/s or an unlikely 30 H/s would be amazing. I have not done huge amounts of testing, that comes later. But i…
-
-
# **Gas Optimization**
Serial No. | Issue Name | Instances
--- | --- | ---
G-1 | Strict inequalities (>) are more expensive than non-strict ones (>=) | 2
G-2 | x += y costs more gas than x = x + y fo…
-
## 🚀 Feature
Expand softmax to support "safe softmax" behavior (i.e. output 0 instead of NaN when called with all `-inf` inputs).
## Motivation
When softmax is called with all `-inf` inputs, the …
-
nim c -o:app -r $git_clone_D/nim/nimLazy/lazy.nim
lazy.nim(924, 19) Error: cannot instantiate: 'S'
nim --version
Nim Compiler Version 0.18.0 [MacOSX: amd64]
Copyright (c) 2006-2018 by Andreas Rump…
-
Maintainer: @tohojo
Environment: aarch64_generic, FriendlyElec NanoPi R2S (rockchip/armv8), OpenWrt 23.05.2
Description:
SQM is stopping/starting 100+ times a day with these messages in the log…
ervee updated
4 months ago
-
Hello! I am training the first two knowledge distillation stages of Mamba 2 on one DGX-H100x8 node, and I am experiencing train times of ~8 hours for the first stage, and ~13 hours for the second stag…
-
In TypeScript we can declare listeners as interfaces which specify, and implement them using object literal syntax and lambda's. E.g:
```ts
const parser = new ExprParser(tokens);
parser.addPars…