mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
remove author info in notebook (old, redundant)
This commit is contained in:
parent
4559d36d17
commit
2dec779b49
@ -37,10 +37,6 @@
|
||||
"\n",
|
||||
"_Anselm Levskaya_ \n",
|
||||
"\n",
|
||||
"_The Python XLA client was designed by Roy Frostig._\n",
|
||||
"\n",
|
||||
"_JAX was written by Dougal Maclaurin, Peter Hawkins, Matthew Johnson, Roy Frostig, Alex Wiltschko, Chris Leary._ \n",
|
||||
"\n",
|
||||
"XLA is the compiler that JAX uses, and the compiler that TF uses for TPUs and will soon use for all devices, so it's worth some study. However, it's not exactly easy to play with XLA computations directly using the raw C++ interface. JAX exposes the underlying XLA computation builder API through a python wrapper, and makes interacting with the XLA compute model accessible for messing around and prototyping.\n",
|
||||
"\n",
|
||||
"XLA computations are built as computation graphs in HLO IR, which is then lowered to LLO that is device specific (CPU, GPU, TPU, etc.). \n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user