Skip to content
Snippets Groups Projects
Commit aa30e051 authored by Akash Kothari's avatar Akash Kothari :speech_balloon:
Browse files

Adding description for code generation pass for CPU in DFG2LLVM_CPU.cpp

parent 4a0c54b7
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,11 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This pass is responsible for generating code for host code and kernel code
// for CPU target using HPVM dataflow graph.
//
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "DFG2LLVM_CPU"
#include "SupportHPVM/DFG2LLVM.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment