bilibiliGO

Results 3 issues of bilibiliGO

Description: This is the result of perf_analyzer when I start one tritonserver: ![image](https://user-images.githubusercontent.com/52642928/178181690-1c12b15a-7221-4c4d-87bd-f4efe52bdf46.png) After that, I turned on the SO_REUSEPORT switch of grpc and started 8 tritonservers. This is the...

This PR is to solve this issue: #2581 # Test case ``` class Matmul(nn.Module): def __init__(self): super(Matmul, self).__init__() def forward(self, x, weight): r = torch.matmul(x, weight) return r def gen_mt_mlir():...

I am relatively new to the world of developing open-source projects and currently working on Torch-MLIR. It's possible that I might have overlooked certain processes or encountered errors in my...