jiazhihao / TASO

The Tensor Algebra SuperOptimizer for Deep Learning
Apache License 2.0
682 stars 89 forks source link

Compile generator.cc: cannot find "xflow/ops.h" file #70

Closed hiigao closed 3 years ago

hiigao commented 3 years ago

Hi, I want compile generator to generate the substitution sets, but the compile result is showing "generator.cc:17:23: fatal error: xflow/ops.h: No such file or directory". I notice that xflow(https://github.com/dsouzajude/xFlow/tree/1.0.0) is a python project, and didn't give any C source code. How can I get those xflow C type files? Thanks a lot, if someone knows how to handle this problem and provides some hints for this.

hiigao commented 3 years ago

Well... change "xflow" to "taso" may hlep.