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
bend run <file.bend> # uses the C interpreter by default (parallel)
bend run-rs <file.bend> # uses the Rust interpreter (sequential)
bend run-c <file.bend> # uses the C interpreter (parallel)
bend run-cu <file.bend> # uses the CUDA interpreter (massively parallel)
Reproducing the behavior
In #630 we changed the default runtime to be the HVM C. The readme was updated, but
GUIDE.md
was not, and it still has the wrong commands.Where it mentions the rust runtime, the command should be
bend run-rs
.bend run
is now an alias tobend run-c
.We should also have a look at the other documents to see if there's anything that still mentions the wrong commands.
System Settings
Bend commit bd592ca
Additional context
No response
The text was updated successfully, but these errors were encountered: