apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.77k stars 6.79k forks source link

fix PDL type mismatch #21191

Closed kevinxie4c closed 1 year ago

kevinxie4c commented 1 year ago

Description

Fix the PDL type mismatch due to the hard-coding. The encoding of data type in PDL changed so the hardcoded DTYPE_MX_TO_PDL in MXNet v1.5 doesn't work with the latest PDL (PDL v2.082).

Checklist

Essentials

Changes

mxnet-bot commented 1 year ago

Hey @kevinxie4c , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:

sergeykolychev commented 1 year ago

https://github.com/apache/mxnet/commit/58c936899a1afb0844811d3419f09b917a214e62