jiazhihao / TASO

The Tensor Algebra SuperOptimizer for Deep Learning
Apache License 2.0
687 stars 90 forks source link

DNNL partly implemented - won't compile #55

Open mikeseven opened 4 years ago

mikeseven commented 4 years ago

The code seems to miss BroadcastAdd, FuseConvBatchNormBias, and FuseConvBatchNormAlphaVar operators implementation in C or with DNNL so the code won't compile.

Would you plan to support DNNL fully?

gaomy3832 commented 4 years ago

We are going to fix the missing operator implementations soon. In the meantime, d704ef697af867c982b4b5917b8f57d19d96d83a is a previous version that should compile with DNNL.

mikeseven commented 4 years ago

thanks.