云微

Results 169 comments of 云微

We can keep some like ring buffer, basic array shared between multiple processes, and use cuCollection for most of other data structures to avoid maintaining our own version. And it...

A PR like https://github.com/Forsworns/bpftime/commit/c813bc91e1f66d5ff012023f681475766d60cd74 would be appreciated 👍 Maybe you can give it a new id like BPF_MAP_TYPE_GPU_SHARE_HASH_MAPS (Not very sure about the naming) and give an example around it,...

Thanks for reporting! There might be some compatible issues... I think the goal of the tutorial is to demostrate the usage of eBPF in certain cases, so we may not...

I think this has been fix by latest commits https://github.com/eunomia-bpf/bpf-developer-tutorial/commit/83ac64b8efbdd38a0733e384b41106f04620123c ? This is also error in the CI.

I remember we discussed some apis possible, can you put them here? And, we can compile the trampoline code with llvm, but we should not compile the disassembled PTX code...

Thanks for the summary! Can you provide a more detail design? e.g. for each build target, we should provide a init callback, and allow register and init necessary things like...

Or we can first start by do some clean up for the unnecessary code?

Yes. So when there is error occur in userspace verifier, we should treat it as a warning. If the error is due to unsupport features, there should be a warning...

Ok, so maybe just 3 levels? The default level is verify warning

Thanks! I think it needs some fix.