[docs]: add contribuing guide and add hooks install (#1613)

* [feat]: update kt-kernel hooks and add contribution guide

* [docs]: add contributing guide
* [style]: format the python file and cpp file in kt-kernel
This commit is contained in:
ZiWei Yuan 2025-11-15 18:26:49 +08:00 committed by GitHub
parent c32fefb1cd
commit aef6672dd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 289 additions and 164 deletions

View file

@ -9,10 +9,10 @@
**/
#include "shared_mem_buffer.h"
#include <errno.h>
#include <numa.h>
#include <cstdio>
#include <errno.h>
size_t MemoryRequest::total_size() {
size_t total = 0;