-
Like a checklist but for our team
-
Users should be able to collapse/expand the side panels in the packing list view (trip info / inventory)
-
Evaluate if, e.g., target text could be used for more cache friendly (fewer cache misses when rendering) asset generation. The quality of a packing could be measured using a synthetic cache with stric…
-
Does xatlas support unwrapping and packing of quad meshes?
Is that on the roadmap?
-
# On the endianness of bitstreams | tīkōuka.dev
Contrasting the benefits of big-endian and little-endian packing in bitstreams and observing that one consequence shows up in Zstandard.
[https://www.…
-
I am trying to download the datasets via the s3 bucket specified but I keep getting access denied. When I try to check if this bucket is public I get the following error
`aws s3api get-public-acces…
-
Hello!
Could it be possible to use or implement packing so that it would accept multiple bin sizes for one packing case and minimizes the total number of bins by assigning items to most appropriate…
-
There are some structures like https://github.com/TheAssemblyArmada/Vanilla-Conquer/blob/77e2da04a83dc8c1afa1dc92dd48239375c2179e/common/combuf.h#L60 that are declared with ```pack(1)``` and also ```a…
-
What does the l_r parameter represent in the libxsmm_create_packed_gemm function? [TEST](https://github.com/libxsmm/libxsmm/blob/main/samples/xgemm_packed/gemm_packed_kernel.c) I'm trying to understan…
-
It would be nice if spirv-cross would emulate packing functions (like packHalf2x16) if glsl doesn't support them. Google angle project do that (BuiltInFunctionEmulatorGLSL.cpp).