Open FDInSky opened 3 years ago
Thanks for the report @FDInSky! I will look into it ASAP! (I'm a bot).
Hi, @FDInSky thank you for your attention. NNFusion has supported auto kernel tuning by integrating Antares since the v0.2 release. NNFusion could implement one Antares IR for an operator (e.g., the translate_v2 function in the Dot generic operator define) and get kernel code for different hardware from the kernel tuner.
🚀 Feature
I am reading the code, and find one operator need different kernel like cpu, gpu etc. May you can implement them use one unified format like Halide. Thanks