livoxG1: Add OpenCl kernels for collation

This commit is contained in:
2025-11-08 10:26:17 -04:00
parent b460c8b2d3
commit 9233f7fdc8
4 changed files with 48 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
#ifndef _LIVOX_GEN1_OPENCL_KERNELS_H
#define _LIVOX_GEN1_OPENCL_KERNELS_H
#include <cstddef>
namespace smo {
namespace stim_buff {
// External symbols for collate kernel
extern const char collateKernelStart[];
extern const char collateKernelEnd[];
extern const size_t collateKernelNBytes;
} // namespace stim_buff
} // namespace smo
#endif // _LIVOX_GEN1_OPENCL_KERNELS_H