-
In CSS Values 5 I was [astonished to read 5.3. Interpolated Color Values: the `color-mix()` notation](https://drafts.csswg.org/css-values-5/#color-mix)
This specification extends the color-mix(…
-
### 🐛 Describe the bug
Out variants of following ops are causing extra recompilations (in 3rd iteration) in torch.compile when compared to not using out variant,
torch.bmm
torch.topk
torch.chole…
-
### Area(s)
area:code
### Is your change request related to a problem? Please describe.
The `code.stacktrace` is currently experimental, and we think it would make sense to make it stable.
Curre…
-
### 🐛 Describe the bug
The following code generates the compile error below:
```
import code
import time
import warnings
import numpy as np
import torch
from torch.nn.attention.flex_attent…
-
## What
Let's allow experimental options in backend that is not included in command schema.
## Why
As of now, users can give options to bakcend tools only if given options are written in the …
-
## rburners reported this on 2018-02-22T11:07:17Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=18491
### Description
````markdown
changes based on
https://dlang.org/changelog/2.079.…
-
**Describe what's wrong**
Basic comparison operations on JOINs doesn't work which is pretty standard in SQL JOINs.
```
create table t (ID UInt8) Engine= Memory() ;
insert into t values(1),(2)…
-
**Description:**
I am encountering an error when trying to start the Eliza agent using the provided instructions. The error appears to be related to deprecated features and experimental warnings in…
-
The protocol spec defines 3 parameters (#4477):
- `TargetRedundancy`
- `TargetRedundancyDeltaPercent`
- `AdjustInterval`
Ideally, we should find default values for all parameters and hard-code t…
-
### Description
Hello,
I'm encountering an issue that when converting negative float16 values to int8 in pallas kernel, the conversion will fall incorrectly to zero value instead of a negative int8 …