"...resnet50_tensorflow.git" did not exist on "6ee54a60f61b0a639dfa855009c6abc3d51f4d92"
Add code generation for pointwise operators (#780)
* Add definitions for all pointwise operators * Formatting * Add cpp generator class * Formatting * Move compilation to core * Formatting * Add clock to tmp name * Add dynamic loader * Formatting * Add tests for code gen * Formatting * Add test for literals * Formatting * Use with_char * Add missing header * Fix mismerge * Ignore tidy warning * Fxx gcc 5 errors * Apply fixits * Skip signed bitwise of status * Remove unused parameters * Explicitly add c++14 flag * Fix tidy warning * Remove .o files
Showing
src/include/migraphx/op/sub.hpp
100644 → 100755
src/include/migraphx/shape.hpp
100644 → 100755
src/process.cpp
0 → 100755
src/tmp_dir.cpp
100644 → 100755
test/include/test.hpp
100644 → 100755
test/jit.cpp
0 → 100755
Please register or sign in to comment