ginowu

Results 3 issues of ginowu

As group convolution is one important operator(eg. in ResNext: https://arxiv.org/pdf/1611.05431.pdf) in CV models, is there any plan to support it in future release? Thanks a lot!

feature request

This issue can be easily reproduced when fast moving the camera. If not moving fast, this issue will every time pop up after several minutes operation of SVO. I am...

In below codes, when scale row number, divide by 64: https://github.com/NVIDIA/TensorRT-LLM/blob/main/cpp/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/gemm/kernel/fpA_intB_gemm.h#L415 then when calculating tb row offset, mutiply by 64: https://github.com/NVIDIA/TensorRT-LLM/blob/main/cpp/tensorrt_llm/cutlass_extensions/include/cutlass_extensions/transform/threadblock/fine_grained_scale_zero_iterator.h#L161 these two 64 consts are not needed, could you...

question
stale