-
Creating a multitude of small copies for benchmarking slows AMDGPU.jl down a lot, something not observed in CUDA.jl. The solution for this specific code is to avoid allocations all together, but this …
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
create table t (a int primary key, b varchar(255), unique …
-
Is it possible to make sure GG does not get GC pauses or gitter during operations.
-
Skala hull och inte linjen, skapa inte nytt hull, borde alltid va lika stort. Behåll de två sidorna och försök återanvända dom om de går.
-
I will add more as I figure out more, but @mfmehari and @zhaobin74 reported they had files that were being regridded and results in "missing" points at the dateline. The files are evenly spaced in lon…
-
### Explain the feature
I'm (again) experimenting with partial linking in OoT, where each spec segment is partially linked into an intermediate file before final link. For example the `code` segmen…
Thar0 updated
17 hours ago
-
Hello,
we are running Buildkit rootless in a Kubernetes installation and have defined a GC policy with keepBytes:
```yaml
[[worker.oci.gcpolicy]]
all = true
keepBytes = "250GB" # 50GB less t…
-
# Bug report
### Bug description:
```python
import gc
async def demo():
class A:
pass
a = A()
print(gc.get_referrers(a))
try:
demo().send(None)
except St…
-
TL;DR: We should do the following:
- [ ] ~~Enable logs of INFO and more important levels in release build.~~ Do not use any features of the `log` crate to specify log levels enabled at compile ti…
-
Instead of:
```js
/** returns {CompositeKey} */
function keyByXY(obj) {
return new CompositeKey(obj.x, obj.y);
}
```
I've been thinking of having a different protocol:
```js
/** ret…