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 C++ library has a function that packs a coordinate list into a format. We need to be able to generate code that does this for a specific format. This is necessary as a step towards parallelizing packing and ensuring we play nice with NUMA first-touch policies, but most importantly it will let us emit packing code into generated C99 libraries.
The text was updated successfully, but these errors were encountered:
The C++ library has a function that packs a coordinate list into a format. We need to be able to generate code that does this for a specific format. This is necessary as a step towards parallelizing packing and ensuring we play nice with NUMA first-touch policies, but most importantly it will let us emit packing code into generated C99 libraries.
The text was updated successfully, but these errors were encountered: