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

Add description for GPU code generation pass in DFG2LLVM_OpenCL.cpp

parent aa30e051
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,14 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This pass is responsible for generating code for kernel code and code for
// launching kernels for GPU target using HPVM dataflow graph. The kernels are
// generated into a separate file which is the C-Backend uses to generate
// OpenCL kernels with.
//
//===----------------------------------------------------------------------===//
#define ENABLE_ASSERTS
#define TARGET_PTX 64
......
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