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
Right now Clex is using Clex.VersionedApi.add_cl_func instead of defdelegate/2 to map versioned funcs into versioned OpenCL API modules. Maybe leveraging defdelegate/2 would be cleaner and more idiomatic...?