balabo_O
balabo_O
**Describe the bug** I found that `hidet.ops.tan` cannot work, the following is a part of traceback info: ``` Traceback (most recent call last): File "/root/test/test/test.py", line 6, in y =...
**Describe the bug** ops.concat does not work the same as torch.cat on an empty tensor(shape=[0]), and this cause an Runtime error when interpreting torch.cat. **To Reproduce** The following is my...
I use CPP to build my parser, but got error: `Segmentation fault (core dumped)`. However, when I use Python to build, it works normally. My ANTLR4 tool version is 4.13.2....
I notice that LLVM's main branch is supporting openacc pragma with cir dialect and generating acc [dialect](https://mlir.llvm.org/docs/Dialects/OpenACCDialect/) recently, maybe you can merge these commits or bump up?