microsoft / nnfusion

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

[BUG] Cuda built-in kernels #464

Open wxthu opened 1 year ago

wxthu commented 1 year ago

I wonder how to deal with cuda built-in kernels in nnfusion ? Will these kernels be replaced with manually designed kernels ? Thanks