-
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 web
to open up the script in our notebook interface anddex script --outfmt html
to convert a script into an HTML file that embeds the outputs. If you rundex script
then any:html
pragma will print<html output>
since it can't be displayed in a terminal.dex script
reproduces the whole script and prints the result of evaluating every top-level expression right after it. You can usedex script --outfmt result-only
to change this behavior.--backend
flag.llvm-cuda
is the GPU backend whilellvm-mc
is 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.