livoxG1: Add OpenCl kernels for collation
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user