-
|
I have a few questions.
|
Beta Was this translation helpful? Give feedback.
Answered by
apaszke
Sep 14, 2021
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ted-kord
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dex webto open up the script in our notebook interface anddex script --outfmt htmlto convert a script into an HTML file that embeds the outputs. If you rundex scriptthen any:htmlpragma will print<html output>since it can't be displayed in a terminal.dex scriptreproduces the whole script and prints the result of evaluating every top-level expression right after it. You can usedex script --outfmt result-onlyto change this behavior.--backendflag.llvm-cudais the GPU backend whilellvm-mcis the multicore CPU backend. But both can be flaky at times because we don't have full CI for them. Please open an issue if they don't work for you.