Commit graph

6 commits

Author SHA1 Message Date
Brendan Dolan-Gavitt
f9a4d4f528 Another try, fixing missing env vars 2022-11-23 20:49:41 -05:00
Brendan Dolan-Gavitt
8e4b4e3d2e debugging actions :( 2022-11-23 18:06:00 -05:00
Brendan Dolan-Gavitt
7e8c74d3a6 s/docker-compose/docker compose/ and add requirements.txt 2022-11-23 16:57:16 -05:00
Parth
7ea388fe19 Fix segfault issue
I'd been using dlpack for copying triton tensors to torch tensors,
which I did because it was advertised to perform zero copy transfers.
Turns out that only worked on my laptop, and didn't work on other machines.
IDK why. But for now, I'm just copying the tensors as triton<->numpy<->torch.
That works on the VM on which earlier code was segfaulting

Signed-off-by: Parth <thakkarparth007@gmail.com>
2022-11-19 18:32:50 +00:00
Parth Thakkar
f0a12b5e8e Merge branch 'main' into python_backend
Signed-off-by: Parth Thakkar <thakkarparth007@gmail.com>
2022-11-09 12:51:16 -06:00
Parth Thakkar
c6be12979e Fix setup issues and add test script
Signed-off-by: Parth Thakkar <thakkarparth007@gmail.com>
2022-10-21 13:23:10 -05:00