[GitHub] [incubator-mxnet] knjwhn commented on issue #16557: Where is the place that mxnet call cblas_gemm if I use openblas?

2019-11-04 Thread GitBox
knjwhn commented on issue #16557: Where is the place that mxnet call cblas_gemm if I use openblas? URL: https://github.com/apache/incubator-mxnet/issues/16557#issuecomment-549632939 > Hi @knjwhn, > > https://github.com/apache/incubator-mxnet/blob/60d74bc948869588c2f143fd3d55231859d

[GitHub] [incubator-mxnet] knjwhn commented on issue #16557: Where is the place that mxnet call cblas_gemm if I use openblas?

2019-10-29 Thread GitBox
knjwhn commented on issue #16557: Where is the place that mxnet call cblas_gemm if I use openblas? URL: https://github.com/apache/incubator-mxnet/issues/16557#issuecomment-547397484 Thanks a lot , I modified the makefile and compile it successsfully. and I run the example/image-classficat

[GitHub] [incubator-mxnet] knjwhn commented on issue #16557: Where is the place that mxnet call cblas_gemm if I use openblas?

2019-10-25 Thread GitBox
knjwhn commented on issue #16557: Where is the place that mxnet call cblas_gemm if I use openblas? URL: https://github.com/apache/incubator-mxnet/issues/16557#issuecomment-546575808 Yeah,that’s my intention, I want to test it in DNN training (especially in convolution),Do you have some su

[GitHub] [incubator-mxnet] knjwhn commented on issue #16557: Where is the place that mxnet call cblas_gemm if I use openblas?

2019-10-22 Thread GitBox
knjwhn commented on issue #16557: Where is the place that mxnet call cblas_gemm if I use openblas? URL: https://github.com/apache/incubator-mxnet/issues/16557#issuecomment-545222147 yeah, I made a new sgemm function(name not same as cblas_sgemm) in a lite version Openblas(I called gemmlib

[GitHub] [incubator-mxnet] knjwhn commented on issue #16557: Where is the place that mxnet call cblas_gemm if I use openblas?

2019-10-21 Thread GitBox
knjwhn commented on issue #16557: Where is the place that mxnet call cblas_gemm if I use openblas? URL: https://github.com/apache/incubator-mxnet/issues/16557#issuecomment-544791275 Thanks! and there still a question, what if my gemmlib only contains cblas_sgemm , can it pass the compil