Files
salmanoff/stimBuffApis/livoxGen1/openClKernels.h
T

19 lines
368 B
C++
Raw Normal View History

2025-11-08 10:26:17 -04:00
#ifndef _LIVOX_GEN1_OPENCL_KERNELS_H
#define _LIVOX_GEN1_OPENCL_KERNELS_H
#include <cstdint>
2025-11-08 10:26:17 -04:00
2025-11-08 11:09:09 -04:00
#ifdef __cplusplus
extern "C" {
#endif
2025-11-08 10:26:17 -04:00
2025-11-08 11:09:09 -04:00
// External symbols for collate kernel (unmangled, not namespaced)
2025-11-08 10:26:17 -04:00
extern const char collateKernelStart[];
extern const uint32_t collateKernelNBytes;
2025-11-08 10:26:17 -04:00
2025-11-08 11:09:09 -04:00
#ifdef __cplusplus
} // extern "C"
#endif
2025-11-08 10:26:17 -04:00
#endif // _LIVOX_GEN1_OPENCL_KERNELS_H