Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
llvm
hpvm-release
Commits
fce9452c
Commit
fce9452c
authored
Jan 28, 2020
by
Akash Kothari
💬
Browse files
Add description for GPU code generation pass in DFG2LLVM_OpenCL.cpp
parent
aa30e051
Changes
1
Show whitespace changes
Inline
Side-by-side
hpvm/lib/Transforms/DFG2LLVM_OpenCL/DFG2LLVM_OpenCL.cpp
View file @
fce9452c
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment