-
```
$ make
gcc -Wall -g -std=c99 -D_GNU_SOURCE -lgc -c hash_table.c -o hash_table.o
clang: warning: -lgc: 'linker' input unused
gcc -Wall -g -std=c99 -D_GNU_SOURCE -lgc -c macros.c -o macros.o
clang: …
-
There are many places in the sparse prims where templates could be cleaned up (and used). We had originally adopted using `int` for the row & column arrays in many of the prims because that's what cus…
-
Cuml has CSR-based primitives that contain kernels, both in Python and in C, which currently map each row of the CSR to a single thread and loop over the columns serially to perform L1/l2/l_inf normal…
-
This code:
```fsharp
module Record
noeq type shuffler = { shuffle: #a:Type -> list a -> list a }
let shuffle #a (s: shuffler) (ls: list a) = s.shuffle ls
```
currently extracts as this:
`…
-
### 🐛 Describe the bug
'HigherOrderOperator' op can't be deeply copied.
```
import torch
import copy
copy.deepcopy(torch._prims.rng_prims.run_and_save_rng_state)
```
err msg as belows:
…
-
What's the history of these prims? Why do we export interface globals but not user-defined globals? Why do we export globals at all? Why do these prims need to exist, if `export-world` has all the …
-
hello,This is my code
```
public static void main(String[] args) throws IOException {
MMapBuffer mMapBuffer = new MMapBuffer(new File("f:/down/test.data"), 1L,
2 * 1024 * 1024 * 1024L,…
-
Thank you for your great work on this Project!
We ran into an error due to some missing identifier. We are using `Iterator::position` in our code.
Error is
```sh
* Error 72 at Riot_rs_runqueue.…
-
This code:
```
#light "off"
module Mini
open FStar
open FStar.All
module BU = FStar.Util
type btree)
type name_collection
| ImportedNames of string * names = list -> 'b) (acc: list)
…
-
Sir,
try to use it on python3 but having errors I will be very thankful you help
Traceback (most recent call last):
File "C:\Users\acer\Desktop\Learning machine\nb-tan-classfiers-master\bayes.p…