You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running with run or run-c it correctly outputs "Result: hello world".
But, when running with run-cu it outputs "Result: 1"
Weirdly, when running run-cu with the --verbose flag, it says (main) = "hello world" at the end of it, despite it giving Result: 1https://pastebin.com/tPW3VjfY
System Settings
HVM: 2.0.19
Bend: 0.2.33
OS: WSL2 Ubuntu 20.04.6 on Windows 10
CPU: AMD Ryzen 7 7700X
GPU: RTX 3060 12GB
Cuda Version 12.5 (Also tested with 12.4)
Additional context
No response
The text was updated successfully, but these errors were encountered:
Reproducing the behavior
I'm running a simple hello world program
When running with
run
orrun-c
it correctly outputs "Result: hello world".But, when running with
run-cu
it outputs "Result: 1"Weirdly, when running run-cu with the
--verbose
flag, it says(main) = "hello world"
at the end of it, despite it givingResult: 1
https://pastebin.com/tPW3VjfYSystem Settings
Additional context
No response
The text was updated successfully, but these errors were encountered: