-
Carbon copy banlist basically.
> Ban List "+b": Ban lists are returned with zero or more RPL_BANLIST numerics, followed by one RPL_ENDOFBANLIST numeric.
> Exception List "+e": Exception lists ar…
-
[Job](https://mihubot.xyz/runtime-utils/501d90b08e104e5d8b5e9b03f11a53ae) completed in 15 minutes.
https://github.com/dotnet/runtime/pull/105162
### Diffs
Diffs
```
Found 389 files with textual di…
-
### General idea: review public interface and suggest things we should deprecate
- also check files associates with specific interfaces to see if there is accidental public stuff we didn't think abou…
-
Given a class library with:
```xml
netstandard2.0;uap10.0.17763
```
And a global.json with:
```json
{
"msbuild-sdks": {
"MSBuild.Sdk.Extras": "2.1.2"
}
}
`…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [d752f9a19f2d4bc4559e0e303e9374e4042a916e](https://github.com/dotnet/runtime/co…
-
## bearophile_hugs reported this on 2011-04-24T11:21:34Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=5880
### CC List
* andrei (andralex)
### Description
````markdown
A third ove…
-
## 🐛 Bug
Operator `torch.sinc` fails on certain values for complex64 but succeeds for complex128
```
======================================================================
FAIL: test_reference_num…
-
Numerics Vectors only support floats, we could re-create them for Doubles, ints and longs (and possibly other types?).
This would allow users to take advantage of vector instructions without having t…
ghost updated
5 years ago
-
This is a quantized object detection model with no softmax. Even when using an image as input, getting large differences between TFLite and IREE output:
```
I0120 12:56:01.778399 139963595233088 b…
-
Hi,
Basically I would like to be able to use the right overload when it exists but if there is no overload
then that it default to classic cast of float to int.
Is that possible ?
Thanks !