jxyjason
jxyjason
我最近在焊接sensorboard,焊好之后上电,发现和USB芯片相连的R3迅速升温,然后发红冒烟。检查了电路没有短路,R3电阻测了一下为5Ω左右。测量了很多通路都是通的,然后3v3的芯片也没有短路。 有没有大佬知道可能的问题? 
Hi @jasondavies I've been investigating the kernel implementation in `/kernels/attn/h100/h100.cu` and noticed the interesting ratio between `qo_height` and `kv_height`: ` constexpr static int qo_height = (4*16); constexpr static int kv_height...
Hi, We noticed in the TK implementation that a warpgroup must have 4 warps, and each warp processes a seq_len of 16. Does this imply that there are some restrictions...