From f93fedc0533113666c8dadab844e49a5616fa6f2 Mon Sep 17 00:00:00 2001 From: Yifan Zhao <yifanz16@illinois.edu> Date: Thu, 8 Apr 2021 20:30:30 -0500 Subject: [PATCH] Fixed a typo --- hpvm/docs/faqs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpvm/docs/faqs.rst b/hpvm/docs/faqs.rst index ce1ac80ee4..5f7ec39258 100644 --- a/hpvm/docs/faqs.rst +++ b/hpvm/docs/faqs.rst @@ -21,7 +21,7 @@ Frequently Asked Questions We will achieve better server/edge separation of HPVM in the following releases, so that only the necessary part of code are built on each device. -#. **What is the expcted speedups with approximations on my target device?** +#. **What is the expected speedup with approximations on my target device?** The approximation implementations in HPVM are currently only optimized for `Nvidia Tegra TX2 <https://developer.nvidia.com/embedded/jetson-tx2>`_. -- GitLab