From 13c6dbd5a67912406789d6d909a0b644824e06b4 Mon Sep 17 00:00:00 2001 From: gaurip2 <gaurip2@illinois.edu> Date: Thu, 14 Apr 2022 15:54:12 -0500 Subject: [PATCH] Changed references from HeteroC++ to Hetero-C++ --- hpvm/docs/developerdocs/components/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpvm/docs/developerdocs/components/index.rst b/hpvm/docs/developerdocs/components/index.rst index 592f2c72ab..a68b116415 100644 --- a/hpvm/docs/developerdocs/components/index.rst +++ b/hpvm/docs/developerdocs/components/index.rst @@ -7,7 +7,7 @@ THe following list provides a high-level description of the major components. * Front ends that translate higher-level languages to HPVM's representation. There are currently three main frontends: - * HeteroC++ Front End: for compiling applications written in HeteroC++. + * Hetero-C++ Front End: for compiling applications written in Hetero-C++. * Keras and Pytorch Fronteds: for lowering Keras and PyTorch DNN models into HPVM-C. * Patched LLVM: provides HPVM IR and a compilation infrastructure, including ``clang`` and ``opt``. -- GitLab