livoxG1: Add OpenCl kernels for collation

This commit is contained in:
2025-11-08 10:26:17 -04:00
parent b460c8b2d3
commit 9233f7fdc8
4 changed files with 48 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
.section .rodata
.global collateKernelStart
.global collateKernelEnd
.global collateKernelNBytes
.type collateKernelStart, @object
.type collateKernelEnd, @object
.type collateKernelNBytes, @object
collateKernelStart:
.incbin "collateDgrams.cl"
collateKernelEnd:
.section .data
collateKernelNBytes:
.quad collateKernelEnd - collateKernelStart
.section .note.GNU-stack,"",@progbits