-
The following won't compile but should/does work:
```ts
import {
StreamInterceptor,
} from 'grpc-web';
const streamAuthInterceptor: StreamInterceptor = {
async intercept(request, invoker)…
-
### Description
This requires re-introducing the broadcastable flags as independent from shape. It seems needed to:
1. Not force static shape to be unknown
2. Not change the meaning of the graph ac…
-
-
Hi all,
We have tests in 0068-feel-quality that assert stuff like this `(
-
#### Feature
When working on lowerings in ISLE, it's convenient to rely on implicit conversions to de-clutter the implementation. However this can hide bugs, as in the following example:
```sche…
-
Found this out while trying to set up unary type level functions. It's a consequence of how we look up an instance's constraints at `constraintToEvTerm.go.df_args` in the solver. For an instance where…
-
This PR https://github.com/WebAssembly/binaryen/pull/1646 quotes variables containins any space in its name, for example: `$_$LT$alloc..raw_vec..RawVec$LT$T$C$$u20$A$GT$$GT$::allocate_in::_$u7b$$u7b$c…
-
```
Built-in function call whose arguments are all constant expressions is not
treated as constant expression.
What steps will reproduce the problem?
Following shader statements fails to compile in…
-
Greetings, trying to install cuNumerics on jetson nano (CUDA arch-5.3 and version-10.2.3). I have pre-installed legate.core and I have got g++.
I tried to install from source using file: install.py
…
milwd updated
2 years ago
-
### 🐛 Describe the bug
We are missing support for a few operators, operators.iconcat and operator.concat
```python
import functools
import operator
import torch
def fn_works() -> None:
…