You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code to construct the OpenCL kernel (Basically everything from ConstructOpenCLKernel down) as well as integration headers is quite a mess. We need to refactor/split a number tasks into their own functions, and simplify the implementation significantly.
CreateOpenCLKernelBody and buildArgTys are particularly bad.