rvijayc
rvijayc
> @metascroy Recently did something similar with view_copy elimination. I think this can definitely work, though we are being pretty careful about introducing views and aliasing right now by default....
I have very similar problem where I need to match fused operators with quantization enabled. Typically, I need to match the following pattern in the edge graph in between the...
> For matching arbitrary pattern, you can use > > 1. get_source_partition and friends > 2. quantization_tag as I mentioned above (please let me know if thts not clear) >...
So, the solution I ended up using was to create a wrapper Python script that LD_PRELOADs libpython.so before calling the native executable. Users would simply call the wrapper script instead...
> I missed this one. Hmm, executables that link directly to libpython indeed would be hard to handle. I'm curious what is your application like that you need to link...