Commit f4fa0328 by Rahul Committed by Tianqi Chen

Fixing a doc nit (#3123)

URLs to the authors repo for these tutorials had an extra
`https://`, this patch removes that.
parent ba6f194b
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
""" """
Auto-tuning a convolutional network for NVIDIA GPU (NNVM) Auto-tuning a convolutional network for NVIDIA GPU (NNVM)
========================================================= =========================================================
**Author**: `Lianmin Zheng <https://https://github.com/merrymercy>`_ **Author**: `Lianmin Zheng <https://github.com/merrymercy>`_
Auto-tuning for specific devices and workloads is critical for getting the Auto-tuning for specific devices and workloads is critical for getting the
best performance. This is a tutorial on how to tune a whole convolutional best performance. This is a tutorial on how to tune a whole convolutional
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
""" """
Auto-tuning a convolutional network for Mobile GPU (NNVM) Auto-tuning a convolutional network for Mobile GPU (NNVM)
========================================================= =========================================================
**Author**: `Lianmin Zheng <https://https://github.com/merrymercy>`_ **Author**: `Lianmin Zheng <https://github.com/merrymercy>`_
Auto-tuning for a specific device is critical for getting the best Auto-tuning for a specific device is critical for getting the best
performance. This is a tutorial about how to tune a whole convolutional performance. This is a tutorial about how to tune a whole convolutional
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
""" """
Tuning High Performance Convolution on NVIDIA GPUs Tuning High Performance Convolution on NVIDIA GPUs
========================================================================= =========================================================================
**Author**: `Lianmin Zheng <https://https://github.com/merrymercy>`_ **Author**: `Lianmin Zheng <https://github.com/merrymercy>`_
This is an advanced tutorial for writing high performance tunable template for This is an advanced tutorial for writing high performance tunable template for
NVIDIA GPU. By running auto-tuner on this template, we can outperform the NVIDIA GPU. By running auto-tuner on this template, we can outperform the
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
""" """
Auto-tuning a convolutional network for Mobile GPU Auto-tuning a convolutional network for Mobile GPU
================================================== ==================================================
**Author**: `Lianmin Zheng <https://https://github.com/merrymercy>`_, `Eddie Yan <https://github.com/eqy>`_ **Author**: `Lianmin Zheng <https://github.com/merrymercy>`_, `Eddie Yan <https://github.com/eqy>`_
Auto-tuning for a specific device is critical for getting the best Auto-tuning for a specific device is critical for getting the best
performance. This is a tutorial about how to tune a whole convolutional performance. This is a tutorial about how to tune a whole convolutional
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
""" """
Writing tunable template and Using auto-tuner Writing tunable template and Using auto-tuner
============================================= =============================================
**Author**: `Lianmin Zheng <https://https://github.com/merrymercy>`_ **Author**: `Lianmin Zheng <https://github.com/merrymercy>`_
This is an introduction tutorial to the auto-tuning module in tvm. This is an introduction tutorial to the auto-tuning module in tvm.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment