KLee24
New Contributor
7 years agoQuery Kernel names and address with mmd user APIs.
I am currently making a program using mmd library user API since the program will use custom platform of mine. Problem is this. I still use aoc compiled .cl kernels for device execution and if i make kernels more than two, it seems address are not aligned in order i wrote the code so i have to manually find out their order. OpenCL uses kernel name to set arguments and enqueue so I thought there must be some space storing that information on device and I could query. Anybody got a clue?