"...gpu/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "e7d26442789e98d8a5d48d7cb589dfeaf90c3789"
Bool type and equal operator (#603)
* add bool type
* code backup
* code backup
* clang format
* fix build warnings
* clang format
* add the equal operator
* add the equal operator
* clang format
* remove unnecessary code
* refine unit tests
* clang format
* fix review comments and a bug
* clang format
* additional changes
* clang format
* fix cppcheck error
* add bool type in c api
* fix cppcheck error
* fix review comments
* fix cppcheck error
* fix a build error related to gcc
* fix cppcheck error
* fix cppcheck error
* added the equal operator to register list
* add parsing boolean type
* clang format
* fix bool type issue for python output
* clang format
* add support for automatic multibroadcast of the equal operator
* additional unit tests for more code coverage
* clang format
* missing an onnx file
Co-authored-by:
Paul Fultz II <pfultz2@yahoo.com>
Showing
test/onnx/equal_test.onnx
0 → 100644
File added
Please register or sign in to comment