Hi,
I have recently installed MCSDK-HPC on my EVMK2H and have run all the OpenCL examples on the board. My application requires real-time implementation hence I used the offline embedded compilation method using the offline compiler "clocl" with "-t" option mentioned here: 
I followed the example 'offline_embed' to write my code which creates context and en-queues kernel in a .cpp file. I have two questions
1) Can this process be implemented in python? using pyopencl?
2) pyopencl setup guide available online is for HP m800 Moonshot, can I use the same guide for EVMK2H as they have the same SoC?
Regards,
Osama Toor