I was trying to to compile a tensor expression code for an opencl target, and while inspecting the kernel generate by using the imported_modules attribute of the build variable there seemed to be a lot of arguments called stride1, stride2 and so on being passed to the kernel. Is there a way to inspect/view the host code generated to figure out what exactly is being passed to the kernel ?.
1 Like