Kernel Development Framework Session
Work in the Kernel Development Framework is managed through sessions.
To create, build, or analyze an OpenCL™ kernel you need to create a session.
A session contains:
- A file with an OpenCL program
- Build artifacts:
- Generated LLVM code
- Assembly code
- Intermediate binary files
- OpenCL kernels with assigned variables
- Analysis reports
See Also
Creating
a New Session
Configuring
a Session
Saving
and Loading Sessions
Building
a Session
Removing
Sessions
Generating
C++ Host Code From a Session