Extracted from lato.2_mrp_mlx. The same sparse module underlies LATO.2, Pixal3D and the rest of the TRELLIS.2 family, and all of them are blocked on Apple Silicon by the same single op - submanifold conv - so it belongs in one tested package rather than vendored per port. 13/13 tests: 7 for the conv against a hand-written reference (spconv is uninstallable here so there is no upstream oracle), 6 for the remaining layers against torch. SubMConv3d runs 13.8ms at 128^3/128ch on m3ultra, 5.9x faster than the obvious per-offset loop.
43 lines
879 B
JSON
43 lines
879 B
JSON
{
|
|
"machine": {
|
|
"host": "m4pro",
|
|
"chip": "Apple M4 Pro",
|
|
"ram_gb": 26,
|
|
"mlx": "0.32.0"
|
|
},
|
|
"occupancy": 0.1,
|
|
"rows": [
|
|
{
|
|
"res": 32,
|
|
"channels": 64,
|
|
"voxels": 3276,
|
|
"imap_ms": 13.317167002242059,
|
|
"conv_ms": 1.4369579730555415,
|
|
"mvox_s": 2.2798161542845454
|
|
},
|
|
{
|
|
"res": 64,
|
|
"channels": 64,
|
|
"voxels": 26214,
|
|
"imap_ms": 25.363416003528982,
|
|
"conv_ms": 3.218833007849753,
|
|
"mvox_s": 8.143945316849939
|
|
},
|
|
{
|
|
"res": 64,
|
|
"channels": 128,
|
|
"voxels": 26214,
|
|
"imap_ms": 25.877792038954794,
|
|
"conv_ms": 8.792624983470887,
|
|
"mvox_s": 2.9813622267842965
|
|
},
|
|
{
|
|
"res": 128,
|
|
"channels": 128,
|
|
"voxels": 209715,
|
|
"imap_ms": 204.2026249691844,
|
|
"conv_ms": 55.10258302092552,
|
|
"mvox_s": 3.8059014387829975
|
|
}
|
|
]
|
|
} |