Jianrong Ding

Results 3 issues of Jianrong Ding

I'm attracted by your fascinating work and thanks for sharing the code. I'm trying to train the model with my own data yet I found a few confusing points in...

Thank you for sharing your fascinating work! I am trying to use ```flash_attn``` to implement block sparse attention, but I encountered some issues. Specifically, I noticed that issues #352 and...

I was using the following command to transform an onnx model into mlir ``` onnx-mlir --EmitMLIR model.onnx ``` And it failed with the following output. ``` onnx-mlir: /some-path/tx8onnx-mlir/third_party/llvm-project/mlir/lib/Dialect/Affine/IR/AffineOps.cpp:2980: static void...