diff --git a/_downloads/662999063954282841dc90b8945f85ce/tutorials_jupyter.zip b/_downloads/662999063954282841dc90b8945f85ce/tutorials_jupyter.zip index 4b8034f4f..764090ea1 100644 Binary files a/_downloads/662999063954282841dc90b8945f85ce/tutorials_jupyter.zip and b/_downloads/662999063954282841dc90b8945f85ce/tutorials_jupyter.zip differ diff --git a/_downloads/763344228ae6bc253ed1a6cf586aa30d/tutorials_python.zip b/_downloads/763344228ae6bc253ed1a6cf586aa30d/tutorials_python.zip index c6f01fc7d..3bac2ff8d 100644 Binary files a/_downloads/763344228ae6bc253ed1a6cf586aa30d/tutorials_python.zip and b/_downloads/763344228ae6bc253ed1a6cf586aa30d/tutorials_python.zip differ diff --git a/_images/sphx_glr_01-vector-add_001.png b/_images/sphx_glr_01-vector-add_001.png index b725ba7aa..fb68362b7 100644 Binary files a/_images/sphx_glr_01-vector-add_001.png and b/_images/sphx_glr_01-vector-add_001.png differ diff --git a/_images/sphx_glr_01-vector-add_thumb.png b/_images/sphx_glr_01-vector-add_thumb.png index 202cabb80..b1392aa75 100644 Binary files a/_images/sphx_glr_01-vector-add_thumb.png and b/_images/sphx_glr_01-vector-add_thumb.png differ diff --git a/_images/sphx_glr_02-fused-softmax_001.png b/_images/sphx_glr_02-fused-softmax_001.png index d4c22aa46..41b367e84 100644 Binary files a/_images/sphx_glr_02-fused-softmax_001.png and b/_images/sphx_glr_02-fused-softmax_001.png differ diff --git a/_images/sphx_glr_02-fused-softmax_thumb.png b/_images/sphx_glr_02-fused-softmax_thumb.png index 1e6f27674..a345d3ab4 100644 Binary files a/_images/sphx_glr_02-fused-softmax_thumb.png and b/_images/sphx_glr_02-fused-softmax_thumb.png differ diff --git a/_sources/getting-started/installation.rst.txt b/_sources/getting-started/installation.rst.txt index 07c50ca06..b4e3fd262 100644 --- a/_sources/getting-started/installation.rst.txt +++ b/_sources/getting-started/installation.rst.txt @@ -2,17 +2,6 @@ Installation ============== --------------- -With Pip --------------- - -Triton can be installed directly from pip with the following command - -.. code-block:: python - - pip install triton - - -------------- From Source -------------- diff --git a/_sources/getting-started/tutorials/01-vector-add.rst.txt b/_sources/getting-started/tutorials/01-vector-add.rst.txt index d5b5fd105..0fce2f538 100644 --- a/_sources/getting-started/tutorials/01-vector-add.rst.txt +++ b/_sources/getting-started/tutorials/01-vector-add.rst.txt @@ -268,7 +268,7 @@ We can now run the decorated function above. Pass `show_plots=True` to see the p .. rst-class:: sphx-glr-timing - **Total running time of the script:** ( 0 minutes 5.768 seconds) + **Total running time of the script:** ( 0 minutes 5.901 seconds) .. _sphx_glr_download_getting-started_tutorials_01-vector-add.py: diff --git a/_sources/getting-started/tutorials/02-fused-softmax.rst.txt b/_sources/getting-started/tutorials/02-fused-softmax.rst.txt index ba7ff4e9e..88ddb1893 100644 --- a/_sources/getting-started/tutorials/02-fused-softmax.rst.txt +++ b/_sources/getting-started/tutorials/02-fused-softmax.rst.txt @@ -305,7 +305,7 @@ In the above plot, we can see that: .. rst-class:: sphx-glr-timing - **Total running time of the script:** ( 0 minutes 21.653 seconds) + **Total running time of the script:** ( 0 minutes 21.805 seconds) .. _sphx_glr_download_getting-started_tutorials_02-fused-softmax.py: diff --git a/_sources/getting-started/tutorials/sg_execution_times.rst.txt b/_sources/getting-started/tutorials/sg_execution_times.rst.txt index 7e482e257..5ac8db2ed 100644 --- a/_sources/getting-started/tutorials/sg_execution_times.rst.txt +++ b/_sources/getting-started/tutorials/sg_execution_times.rst.txt @@ -5,10 +5,10 @@ Computation times ================= -**00:27.420** total execution time for **getting-started_tutorials** files: +**00:27.706** total execution time for **getting-started_tutorials** files: +-----------------------------------------------------------------------------------------+-----------+--------+ -| :ref:`sphx_glr_getting-started_tutorials_02-fused-softmax.py` (``02-fused-softmax.py``) | 00:21.653 | 0.0 MB | +| :ref:`sphx_glr_getting-started_tutorials_02-fused-softmax.py` (``02-fused-softmax.py``) | 00:21.805 | 0.0 MB | +-----------------------------------------------------------------------------------------+-----------+--------+ -| :ref:`sphx_glr_getting-started_tutorials_01-vector-add.py` (``01-vector-add.py``) | 00:05.768 | 0.0 MB | +| :ref:`sphx_glr_getting-started_tutorials_01-vector-add.py` (``01-vector-add.py``) | 00:05.901 | 0.0 MB | +-----------------------------------------------------------------------------------------+-----------+--------+ diff --git a/getting-started/installation.html b/getting-started/installation.html index 62d8475f7..ab22307fb 100644 --- a/getting-started/installation.html +++ b/getting-started/installation.html @@ -92,7 +92,6 @@
Getting Started
Triton can be installed directly from pip with the following command
-pip install triton
-
Total running time of the script: ( 0 minutes 5.768 seconds)
+Total running time of the script: ( 0 minutes 5.901 seconds)