Files
salmanoff/stimBuffApis/livoxGen1/openClKernels.h
T

23 lines
537 B
C++
Raw Permalink 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
// External symbols for slotCompactor kernel (unmangled, not namespaced)
extern const char slotCompactorKernelStart[];
extern const uint32_t slotCompactorKernelNBytes;
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