2025-11-08 10:26:17 -04:00
|
|
|
#ifndef _LIVOX_GEN1_OPENCL_KERNELS_H
|
|
|
|
|
#define _LIVOX_GEN1_OPENCL_KERNELS_H
|
|
|
|
|
|
2025-11-08 10:59:08 -04:00
|
|
|
#include <cstdint>
|
2025-11-08 10:26:17 -04:00
|
|
|
|
|
|
|
|
namespace smo {
|
|
|
|
|
namespace stim_buff {
|
|
|
|
|
|
|
|
|
|
// External symbols for collate kernel
|
|
|
|
|
extern const char collateKernelStart[];
|
|
|
|
|
extern const char collateKernelEnd[];
|
2025-11-08 10:59:08 -04:00
|
|
|
extern const uint32_t collateKernelNBytes;
|
2025-11-08 10:26:17 -04:00
|
|
|
|
|
|
|
|
} // namespace stim_buff
|
|
|
|
|
} // namespace smo
|
|
|
|
|
|
|
|
|
|
#endif // _LIVOX_GEN1_OPENCL_KERNELS_H
|