-
**Describe the bug**
In some very unique circumstances, RoughPy might be imported twice within a single process. This is usually not a problem because Python caches imported modules in sys.modules. H…
-
Based off this comment for PR: https://github.com/cycfi/artist/pull/2#discussion_r484577271
Add functions to `include/support.hpp`:
- `to_little_endian`
- `to_big_endian`
for various scalar ty…
bnert updated
4 years ago
-
### Context and Problem Statement
In protocols the values of two scalar types sometimes have to be mapped onto / converted into each other in a way that cannot be done by a calculation. The most pr…
-
### 🐛 Describe the bug
torch.compile seems to only promote integer scalar inputs to SymInt when their value changes during execution. However, other types like float are not converted to SymFloat.
…
-
#### Perceived Problem
Currently it's unclear on how to provide types and parsers for custom gql scalars for generation step. There is a [docs for client](https://graffle.js.org/examples/custom-sca…
-
**Please describe the problem you are trying to solve.**
preCICE currently supports tensors of rank 0 and 1, namely scalar and vectorial data.
Some applications need to communicate tensors of high…
-
Currently, only numpy arrays are supported by the numpy type extension. It would be useful to also support scalar data types as well.
So today, this code will not work:
```python
import numpy a…
-
Please add feature to handle default values for Currency in GraphQL Schema.
Description:
We have defined a custom scalar for currency extending graphql-java-extended-scalars Currency scalar. A …
-
### 🐛 Describe the bug
When you call `torch.div` with scalar-only inputs, the schema that gets matched to is `aten::div.Tensor(Tensor self, Tensor other) -> Tensor`.
```
import torch
from to…
-
This is an issue with the current API design I've come to feel by using the API more, by thinking about it more, and through some user feedback (/cc @slimsag).
Right now, `githubql` defines a custo…