microsoft / nnfusion

A flexible and efficient deep neural network (DNN) compiler that generates high-performance executable from a DNN model description.
MIT License
937 stars 157 forks source link

[BUG] Integrate the latest cudnn with nnfusion #521

Open wxthu opened 1 year ago

wxthu commented 1 year ago

🐛 Bug I wanna integrate the latest cudnn with nnfusion rather than cudnn7. How can I do that? Thanks in advance!

wxthu commented 1 year ago

@LeiWang1999