"src/vscode:/vscode.git/clone" did not exist on "d2a38cd41e454e93b05c8ffd7a787a6dcd3b02f9"
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