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
A lot of changes in 063cc7e, which brought compilation to kernel class, but also broke a lot. The main issue was that breaking the build process into compile and link parts broke the queue order.
Very important fix in 6d54e79 to address the wrong enqueue order - the kernel wasn't initialized at the proper time.
A nice side effect of the point_ref class is that it implements a lot of the functionality needed for #2. Vector types may be migrated at some point to use it. However, the point_ref class has a huge overhead and should not be used much in user code - evidenced by the speedup gained by 1736a8d.
No description provided.
The text was updated successfully, but these errors were encountered: