Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
缺少infershape文件的算子执行ophostUT报错,原因是ophostUT的cmake里使用了infershape生成的obj
rm -rf build;bash build.sh -u --ophost --ops=sparse_to_dense
不报错
tests/ut/op_host/CMakeLists.txt:22 :No SOURCES given to target: ophost_nn_ut
/assign
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
缺少infershape文件的算子执行ophostUT报错,原因是ophostUT的cmake里使用了infershape生成的obj
Environment / 环境信息 (Mandatory / 必填)
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
rm -rf build;bash build.sh -u --ophost --ops=sparse_to_dense
Describe the expected behavior / 预期结果 (Mandatory / 必填)
不报错
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
tests/ut/op_host/CMakeLists.txt:22 :No SOURCES given to target: ophost_nn_ut
Special notes for this issue/备注 (Optional / 选填)