-
### Version
3.3.4
### Platform
Linux x64
### JDK
OpenJDK Temurin-17.0.5+8 (17.0.5+8)
### Module
LWJGL core
### Bug description
HelloWorld sample from https://www.lwjgl.org/…
-
Here's a toy example that shows the result of `goal_eval` (which uses the what4 backend) on the term `0b0 # x`:
```
sawscript> prove do { goal_eval; print_goal; assume_unsat; } {{ \(x:[8]) -> 0b0 # …
-
### 🐛 Describe the bug
```
import torch
import torch._refs as ref
print(torch.add(torch.randn(2, device='cuda'), torch.randn(())))
print(ref.add(torch.randn(2, device='cuda'), torch.randn(())))…
-
The "Move to" behaviour differs, because the moving prims are way over in the "Animation" section instead of moving between their dedicated trigger/target-assets.
-
```fstar
open FStar.All
let id (x:'a) : Dv 'a = x
let f () : ML int =
id (id 2)
```
This gives the warning:
```
A.fst(8,5-8,11): (Warning 302) for expression A.id 2 of type Prims.int, Ex…
-
Prudent to use async and get locks on prims
-
The information in `SocleTypePrimitiveGroup` for primitive groups on large degrees are incorrect. This was reported via Mail by @aniemeyer. I've investigated a bit further.
```
gap> prims := AllPr…
-
Following the resolution of #3353, I can now use my `squash (norm ...)` construct in my proofs, however, I need to prove it first!
I am again noticing a weird behavior when the list has only one elem…
TWal updated
4 months ago
-
### Description of Issue
The UsdImagingDelegate::ApplyPendingUpdates method has very bad performance when applying a large number of edits to instanceable references (with a shared prototype). Each m…
-
Hydra does not resync properly if the render index has nested prims, and the parent prim is deleted. The result is that the child prims is still visible in the viewport.
Repro:
1. Open the attac…
asluk updated
4 years ago