kpuatamazon opened a new pull request #19099:
URL: https://github.com/apache/incubator-mxnet/pull/19099


   ## Description ##
   
   This is a backport of intgemm from master to the v1.x branch.  intgemm was 
merged into master in #17559.  It is an 8-bit matrix multiply library for x86 
CPUs.  
   
   Changes from the master cherry-pick:
   - Fixing `CMakeLists.txt` so that `target_link_libraries` attaches to 
`mxnet_static`
   - In the tests, `@pytest.mark.parametrize` is broken with `@with_seed()` so 
I used manual for loops
   - Add `Makefile` compilation with apology in advance to @leezu
   
   ## Checklist ##
   ### Essentials ###
   - [x] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], 
[FEATURE], [DOC], etc)
   - [x] Changes are complete (i.e. I finished coding on this PR)
   - [x] All changes have test coverage
   - [x] Code is well-documented
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to