Can I check if the aforementioned example (subgraph 0 using 2 big cores, subgraph 1 using 2 big cores, subgraph 2 using 4 small cores.) can be implemented by using the future patch?
Yes, TVM can support this example after all of our pipeline executor patches are merged into upstream, we have similar use case like your example and that already supported by our internal build.
Do you have a roadmap of when will it be available?
Current plan is to submit all pipeline executor patches include the affinity patch by mid of Nov.
I tried to apply your recent commit. May I ask are you able to run test_pipeline_executor.py correctly without any error? I run this file but it shows TVMError: do not support key mod_indx.
like your update mentioned, rebuild can fix this issue.