-
```
i1 : W1 = QQ[x,dx,WeylAlgebra=>{x=>dx}]
o1 = W1
o1 : PolynomialRing, 1 differential variable(s)
i2 : W2 = QQ[x,dx,WeylAlgebra=>{x=>dx},Degrees=>{1,-1}]
o2 = W2
o2 : PolynomialRing,…
-
## 🐛 Bug
```py
import thunder
import torch
@thunder.jit
def func(shape):
return torch.rand(tuple(shape), device="cuda:0", dtype=torch.float32)
torch.manual_seed(12345)
shape = [1…
-
I just got this:
```
...
[2024-01-09 22:54:58,572] ERROR: error: Job
[2024-01-09 22:54:58,572] ERROR: error: Job …
-
[Godbolt](https://zig.godbolt.org/z/M4decT6sc)
This code:
```zig
export fn extract_bits1(a: u64) u64 {
return ((a >> 2) & 0b1) | ((a >> 5) & 0b110);
}
```
This LLVM IR:
```llvm
defi…
-
### Description
When MesureFirstItem is selected, the image sizes of I3 and I6 are inconsistent.
### Steps to Reproduce
1.Deploy https://devdiv.visualstudio.com/Pkgs/_git/VS.TestAssets.Xaml?p…
-
Im running wine bottler on a Mac. Im connecting the USB cable to trainer port on the transmitter to COM4 and when I click open in the programmer it opens the port but the transmitter never actually co…
-
```
for uint32_t i4 = [0:1] {
tmp6 = 0;
for uint32_t i5 = [0:28] {
tmp7 = 0;
for uint32_t i6 = [0:28] {
for uint32_t i7 = [0:1] {
tmp3[i4][i5][i6][i7] = ((((tmp6-2)
-
### Zig Version
0.14.0-dev.1417+242d268a0
### Steps to Reproduce and Observed Behavior
[Godbolt link](https://zig.godbolt.org/z/cnjo4Tvr9)
This code:
```zig
fn valignq(a: @Vector(64, u…
-
### Description
Testcase:
```
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using Syste…
-
**Edit** Originally, this issue was about a proof-of-concept for a new PyTorch backend in RETURNN.
This has somehow evolved into a whole new generic frontend API (original idea here: https://github.c…