-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
Hey @RafLit , Thanks for submitting the PR
CI supported jobs: [sanity, website, centos-gpu, clang, unix-cpu, edge, windows-cpu, windows-gpu, centos-cpu, unix-gpu, miscellaneous] Note: |
@mxnet-bot run ci [unix-cpu, unix-gpu] |
Jenkins CI successfully triggered : [unix-cpu, unix-gpu] |
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
Description
float_t type on FreeBSD i386 is set to long double, for which there is no mshadow convertion available. This PR changes the output type of quantized_elemwise_mul operator to float, what fixes the compile error. This fixes the error reported in issue #20832