-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support signed and unsigned integer types in migraphx dialect (#1692)
* Support signed and unsigned integer types in migraphx dialect * fix realize-int4.mlir tests and add more tests * Fix some bugs (quantize and custom ops) and add more tests. * Add assert to check we don't convert from unsigned to signed or signed to unsigned * Add more tests * Fix uint division test
- Loading branch information
1 parent
290cd49
commit 99fc9d2
Showing
14 changed files
with
600 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.