-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
Hey @kpuatamazon , Thanks for submitting the PR
CI supported jobs: [website, windows-cpu, edge, clang, centos-gpu, windows-gpu, unix-cpu, unix-gpu, centos-cpu, sanity, miscellaneous] Note: |
@pengzhao-intel @ZhennanQin @ciyongch Can you guys hook us up with someone who might be able to help with the issues around intrinsics?
https://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/clang/branches/PR-19099/runs/3/nodes/42/steps/128/log/?start=0 |
@kpuatamazon write this code and he will be the right people for this issue :) |
CC @anko-intel for any quick thoughts ~~~ |
:D agreed, we're getting close to feature freeze on the 18th so any help would be awesome! |
Hi sorry I work Mondays on this. The issues are all around older compilers and getting
Regarding debug and Windows should be fixed. It just didn't have |
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:
CMakeLists.txt
so thattarget_link_libraries
attaches tomxnet_static
@pytest.mark.parametrize
is broken with@with_seed()
so I used manual for loopsMakefile
compilation with apology in advance to @leezuChecklist
Essentials