Handle unsupported op in nbench (#1531)
* add unsupported_op exception * unsupported_op test * add printout of unsupported op in model * fix GPU dispatcher check * fix test designation * catch exceptions on single file runs too * add unsupported_op exception where needed * remove unsupported_op class * add unassigned op exception * add unit test * catch unsupported op in nbench * add cpu test back * update all latest merges * mode change
Showing
src/ngraph/runtime/cpu/op/conv_add.cpp
100755 → 100644
File mode changed from 100755 to 100644
src/ngraph/runtime/cpu/op/conv_add.hpp
100755 → 100644
File mode changed from 100755 to 100644
src/ngraph/runtime/cpu/pass/cpu_assignment.cpp
100755 → 100644
File mode changed from 100755 to 100644
src/ngraph/runtime/cpu/pass/cpu_fusion.cpp
100755 → 100644
File mode changed from 100755 to 100644
test/cpu_fusion.cpp
100755 → 100644
File mode changed from 100755 to 100644
Please
register
or
sign in
to comment