bpftime icon indicating copy to clipboard operation
bpftime copied to clipboard

[BUG] Do not hardcode SM version

Open yunwei37 opened this issue 1 month ago • 2 comments

Currently we hardcode sm_60 in the cuda attach part. we should not do that

yunwei37 avatar Oct 18 '25 08:10 yunwei37

It's ok but when don't have way to compile PTX in a higher version since we use LLVM

Officeyutong avatar Oct 18 '25 15:10 Officeyutong

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 (and the eBPF code) with a fixed sm version.

yunwei37 avatar Oct 18 '25 15:10 yunwei37