Developer Guide for Intel® SDK for OpenCL™ Applications
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:
There are two methods for creating a session, depending on the file type that you are working on:
*.cl
file, you need to create
a session*.exe
file, you need to generate
a sessionCreating Session from Existing OpenCL Code