From d44cf57c71820c2255fa1007bb3b89217c7ec898 Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Tue, 28 Jan 2020 08:09:39 -0600 Subject: [PATCH] Adding description for utility functions in HPVMUtils.h for code generation --- hpvm/include/SupportHPVM/HPVMUtils.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hpvm/include/SupportHPVM/HPVMUtils.h b/hpvm/include/SupportHPVM/HPVMUtils.h index 25b9880180..3060c6c032 100644 --- a/hpvm/include/SupportHPVM/HPVMUtils.h +++ b/hpvm/include/SupportHPVM/HPVMUtils.h @@ -7,6 +7,11 @@ // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// +// This filed defines utility functions used for target-specific code generation +// for different nodes of dataflow graphs. +// +//===----------------------------------------------------------------------===// #ifndef HPVM_UTILS_HEADER #define HPVM_UTILS_HEADER -- GitLab