Sarthak Gupta
Sarthak Gupta
Fixed in https://github.com/lfortran/lfortran/pull/1799 > A minimal reproducer is This works in ```master```, we need to use ```--implicit-interface```.
Just make a new field for ```datan2``` in the compile_time_map, that should fix it. Then it will work with ```implicit-interface``` Edit: wrong issue, i meant to write this yo fix...
I believe this issue has been fixed and can be closed.
I believe that the `MaximizeValueSemantics` pass is not working as expected here. `%8` is not being converted to value tensors because of `torch.overwrite.tensor.contents` operation which indirectly uses `%8`. Overwrite statements...