-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to parse result from HVM. #372
Comments
Was this today? I wonder if the temporary stack size increase I pushed yesterday (b338dbd) broke it in some computers. @TheSimicSlaw can you please edit the generated
@edusporto can you please fully investigate this issue yourself? If the stack size is too large, decrease it to the largest reasonable amount. We should get rid of it when we're able to readback from C/CUDA properly. How's that work going? |
The issue seems a bit deeper than that. Both when setting that stack to size 4096 and 256, running the program will sometimes return a valid result and sometimes an invalid one.
This seems like it will be tricky to diagnose, I'll look into it after finishing #362 |
Oh I thought my commit broke it. Well, this was working fine in the past. It just stopped working? In this case, @enricozb, can you find which commit broke it? Maximum priority here. |
@edusporto or @enricozb any updates? |
@TheSimicSlaw Can you try again on the latest version, we've fixed a handful of bugs which might have included this issue. If not, please send an offending .hvm file so we can reproduce. |
@enricozb It has not, unfortunately, been fixed. GitHub says it doesn't support the file type to link the .hvm file. How would you like me to send it to you? p.s. Sorry for the delayed response! A lot of stuff's gone down and I'm only now getting back to this. |
I also have this issue. OS: ubuntu on WSL2 on win11 hvm 2.0.22 nvcc: NVIDIA (R) Cuda compiler driver gcc (Ubuntu 12.3.0-17ubuntu1) 12.3.0 g++ (Ubuntu 12.3.0-17ubuntu1) 12.3.0 |
Also, how can I install from git, I only knows how to install through rust crate |
You can make it into a gist (https://gist.github.com/) and then post the link here. Also, that's the message that bend gives, HVM is probably just crashing. |
|
Reproducing the behavior
I don't have an NVIDIA gpu yet, so I'm currently working with run and run-c.
I'm trying to learn by doing different examples, but I'm running into an issue where sometimes when I try to run a program, it gives me a "Failed to parse result from HVM." error. This always happens when I try to use run-c and sometimes when I try the regular run, such as the sorting tree rotation example you gave in https://gist.github.com/VictorTaelin/face210ca4bc30d96b2d5980278d3921 (which I copied word-for-word to avoid errors while I figure it out).
I'm not entirely sure what is going wrong. I successfully installed HVM and most of my programs are working with a regular run command.
System Settings
OS: WSL Ubuntu 22.04.3 LTS
CPU: AMD Ryzen 7 Microsoft Surface (R) Edition, 2000 Mhz, 8 Core(s), 16 Logical Processor(s)
Additional context
No response
The text was updated successfully, but these errors were encountered: