livoxG1: Add new OpenCl kernel to compact dgrams before collation

This commit is contained in:
2025-11-09 02:39:09 -04:00
parent d2e2d9bc3b
commit a0a5aa49ad
3 changed files with 103 additions and 0 deletions
+4
View File
@@ -11,6 +11,10 @@ extern "C" {
extern const char collateKernelStart[];
extern const uint32_t collateKernelNBytes;
// External symbols for slotCompactor kernel (unmangled, not namespaced)
extern const char slotCompactorKernelStart[];
extern const uint32_t slotCompactorKernelNBytes;
#ifdef __cplusplus
} // extern "C"
#endif