-
TIL this wasn't an intentional feature. I agree with the voiced consensus upon discussing it, which is that we should support a more explicit form of this trick.
When outputting variables, one spe…
-
### Description of Issue
When Specializing a prim from within a Variant, other Variants on the Specialized prim itself are being ignored.
Originally reported here: https://forum.aousd.org/t/quirk-…
-
```fstar
open FStar.Tactics.V2
[@@expect_failure]
let _ = assert True by begin
fail "fail"
end
let _ = assert True by begin
fail "fail"
end
```
This module rightly fails:
```
$ ./b…
-
Hi,,,I am a contributor under the GGSOC 2023. I wiil add the Prims Algorithm under the graphs section in c++. Please assign it to me.
-
#include
#include
int a,b,u,v,n,i,j,ne=1;
int visited[10]= {
0
}
,min,mincost=0,cost[10][10];
void main() {
clrscr();
printf("\n Enter the number of nodes:");
scanf("%d",&n);
printf("\n Ent…
-
#include
#include
int a,b,u,v,n,i,j,ne=1;
int visited[10]= {
0
}
,min,mincost=0,cost[10][10];
void main() {
clrscr();
printf("\n Enter the number of nodes:");
scanf("%d",&n);
printf("\…
-
Your task is to implement Prims and Kruskals in C++
The Code should be well indented use proper variable names
-
Projected light emitter must be in a _linked_ object and rotating with PRIM_OMEGA or the like. Note that particles, a similar viewer-side effect, do _not_ drift. This is not a server-side bug: no acti…
-
Tracy code investigation item.
Note: Performance impact of this change is likely not significant, however some changes will fix bugs.
## Test plan
- Keep an eye out for regressions in avatar …
-
## 🐛 Bug
### To Reproduce
Issue 1:
```python
import thunder
import torch
from thunder.core import prims
class MyModel(torch.nn.Module):
def __init__(self):
super().__init_…