[TVM Discuss] [RFC][BYOC] Arm Compute Library integration

2020-06-24 Thread Luke Hutton via TVM Discuss
## Motivation [Arm Compute Library](https://github.com/ARM-software/ComputeLibrary) (ACL) is an open source project that provides hand-crafted assembler routines for Arm CPU's and GPU's. This integration will look at how we can accelerate CPU performance for Arm devices in TVM using ACL. The

[TVM Discuss] [Development/RFC] [BYOC][runtime] JSON runtime for BYOC

2020-05-05 Thread Luke Hutton via TVM Discuss
Thanks, I think this will be very useful. I think the benefit of this approach is that it allows the run-time to be customized much more easily. I like the idea of being able to cache an *engine* (in my case this will be a series of ACL functions) - this opens up opportunity for optimization o

[TVM Discuss] [Development/RFC] [Relay] Improved graph partitioning algorithm

2020-04-06 Thread Luke Hutton via TVM Discuss
Yes that's correct :slight_smile: --- [Visit Topic](https://discuss.tvm.ai/t/relay-improved-graph-partitioning-algorithm/5830/20) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubsc

[TVM Discuss] [Development/RFC] [Relay] Improved graph partitioning algorithm

2020-04-06 Thread Luke Hutton via TVM Discuss
Hi, @aca88 I believe your example would be taken care of using the Merge Composite pass before partitioning. You can imagine that after running this pass add+conv2d for the blue compiler would be represented by a single node. The partitioning would then happen as you described. However, this w