pkapris-syrmia
pkapris-syrmia
I've discovered I need to run this command to recreate the issue: ``` #loc2 = loc("aten::conj_physical"(#loc1)) module attributes {torch.debug_module_name = "ElementwiseConjPhysicalComplexModule"} { ml_program.global private mutable @global_seed(dense : tensor) : tensor...
@ubfx I have tried doing this. I found the definition for the lowering pipeline, and added the marked line. The test passes now. I have also run the build_tools/ci/test_posix, and...
I did, at first I placed it close to the and, before "convert-complex-to-llvm", however it seems that's a bit too late, so I placed it further back, I'm not sure...