piano_123

Results 2 issues of piano_123

I modified the epilogue function in Example 17 from LinearCombinationRelu to LinearCombinationSilu, like this: using EpilogueOp = cutlass::epilogue::thread::LinearCombinationSilu< ElementOutput, // Data type of output matrix. 128 / cutlass::sizeof_bits::value, // The...

feature request
inactive-30d

hello, I'm curious about the accuray of FUNCTION:ms_deformable_im2col_cuda_int8() channels /= 4; const int value_step = num_heads * spatial_size * channels; const int output_step = num_heads * num_query * channels; const...