Harrison Hao
Harrison Hao
> 2x3xf32=[4 5 6][1 2 3] Thanks, hanhanW. I will debug this problem as quickly as possible!
hello, @hanhanW I apologize for the delay in addressing this issue due to the Spring Festival. I am currently using the following MLIR as input: ``` func.func @xla_reverse() { %t1...
> Can you try to check what the generated IR is doing? > > On the other hand, I recently found that there is a bug in vectorization. This might...
> @TSWorld1314 Did you have a look at the document [`BUILD.md`](https://github.com/michelou/llvm-examples/blob/master/BUILD.md) ? Thanks reply!I am going to look at!!!
> @TSWorld1314 Did you have a look at the document [`BUILD.md`](https://github.com/michelou/llvm-examples/blob/master/BUILD.md) ? I copy the build.bat in my llvm.src,and run command:`PS D:\llvm-project-14.0.6.src> .\build -verbose compile`,it will be error: `Error: Internal...
> @TSWorld1314 Did you have a look at the document [`BUILD.md`](https://github.com/michelou/llvm-examples/blob/master/BUILD.md) ? like this commands: `PS D:\llvm-project\llvm> .\build help` `error: options '/r' cannot be empty.` `input "WHERE /?" for usage`...
Please tell me how do to it,I reall want to learn this project!
> At this point I suggest you to follow the 2 steps below to make progress with your local LLVM build. > > * You create a local copy (using...
Hello, @hanhanW , I really want to learn about this issue, so I am trying to fix it. Here is my code, but I'm not sure how to verify if...
> > I mainly want to start a discussion about whether we want to use linalg_ext.reverse or not. I observed that the torch frontend and stablehlo frontend have different lowering...