Files
salmanoff/stimBuffApis/livoxGen1/openClKernels.h
T

18 lines
379 B
C++

#ifndef _LIVOX_GEN1_OPENCL_KERNELS_H
#define _LIVOX_GEN1_OPENCL_KERNELS_H
#include <cstdint>
namespace smo {
namespace stim_buff {
// External symbols for collate kernel
extern const char collateKernelStart[];
extern const char collateKernelEnd[];
extern const uint32_t collateKernelNBytes;
} // namespace stim_buff
} // namespace smo
#endif // _LIVOX_GEN1_OPENCL_KERNELS_H