haojin2 commented on a change in pull request #17789: [Numpy] FFI:
diag/diagonal/diag_indices_from
URL: https://github.com/apache/incubator-mxnet/pull/17789#discussion_r390120015
##
File path: src/api/operator/numpy/np_matrix_op.cc
##
@@ -0,0 +1,77 @@
+/*
+ * Licensed to t
haojin2 commented on a change in pull request #17789: [Numpy] FFI:
diag/diagonal/diag_indices_from
URL: https://github.com/apache/incubator-mxnet/pull/17789#discussion_r390119453
##
File path: src/api/operator/numpy/np_matrix_op.cc
##
@@ -0,0 +1,77 @@
+/*
+ * Licensed to t
This is an automated email from the ASF dual-hosted git repository.
aaronmarkham pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 8f68a7a Bump the publis
szha commented on issue #17760: Optimizing tests in test_loss.py
URL: https://github.com/apache/incubator-mxnet/pull/17760#issuecomment-596917294
@sleepy-owl did you get a chance to verify the change?
This is an automated mess
leezu commented on issue #17798: [Website 2.0] Versioned Dropdown for Python
API Docs
URL:
https://github.com/apache/incubator-mxnet/issues/17798#issuecomment-596916957
Thank you for the proposal @connorgoggins! Could you clarify why a Python
API + Tutorials only solution is our best choi
This is an automated email from the ASF dual-hosted git repository.
haoj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new afb8742 Add ffi benchmark (#17780)
afb87
haojin2 merged pull request #17780: [Numpy] Benchmark for new ffi
URL: https://github.com/apache/incubator-mxnet/pull/17780
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
huifengguo commented on issue #17728: Poor performance when we use
mx.symbol.Variable(..,..,stype="row-sparse") to define the variable
URL:
https://github.com/apache/incubator-mxnet/issues/17728#issuecomment-596891494
> Yes, there's no free food. You can still "use Adam and row_sparse
var
hzfan commented on a change in pull request #17717: [Numpy] FFI: Bincount,
Percentile/Quantile, All/Any
URL: https://github.com/apache/incubator-mxnet/pull/17717#discussion_r390081621
##
File path: src/api/operator/numpy/np_percentile_op.cc
##
@@ -0,0 +1,96 @@
+/*
+ * Lice
hzfan commented on a change in pull request #17717: [Numpy] FFI: Bincount,
Percentile/Quantile, All/Any
URL: https://github.com/apache/incubator-mxnet/pull/17717#discussion_r390081161
##
File path: src/operator/numpy/np_percentile_op-inl.h
##
@@ -65,6 +66,17 @@ struct Nump
This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 4dddb08 Implement storage tagging, t
szha merged pull request #17656: [MXNET-1404] Implement storage tagging, the
first half of the memory profiler
URL: https://github.com/apache/incubator-mxnet/pull/17656
This is an automated message from the Apache Git Servic
TaoLv commented on issue #17794: Disable MKL_USE_STATIC_LIBS by default
URL: https://github.com/apache/incubator-mxnet/pull/17794#issuecomment-596883834
Previously we mainly used makefile and it's static linked there:
https://github.com/apache/incubator-mxnet/blob/master/make/config.mk#L142
leezu edited a comment on issue #17794: Disable MKL_USE_STATIC_LIBS by default
URL: https://github.com/apache/incubator-mxnet/pull/17794#issuecomment-596876730
Why would you prefer static linking?
This is an automated message
leezu commented on issue #17794: Disable MKL_USE_STATIC_LIBS by default
URL: https://github.com/apache/incubator-mxnet/pull/17794#issuecomment-596876730
What would be the advantage of static linking MKL by default?
This is an
TaoLv commented on issue #17794: Disable MKL_USE_STATIC_LIBS by default
URL: https://github.com/apache/incubator-mxnet/pull/17794#issuecomment-596873128
Hah I should have guessed so. Given it looks like an issue of the system,
can we keep the flag ON by default and suggest the users to turn
leezu edited a comment on issue #17794: Disable MKL_USE_STATIC_LIBS by default
URL: https://github.com/apache/incubator-mxnet/pull/17794#issuecomment-596871640
> I don't think MKL-DNN will dlopen intel omp.
Sorry, I meant mkl dynamic single library will dlopen intel omp.
leezu commented on issue #17794: Disable MKL_USE_STATIC_LIBS by default
URL: https://github.com/apache/incubator-mxnet/pull/17794#issuecomment-596871640
> I don't think MKL-DNN will dlopen intel omp.
Sorry, I meant mkl dynamic single library will dlopen intel opm.
---
TaoLv commented on issue #17791: fail to find MKL
URL:
https://github.com/apache/incubator-mxnet/issues/17791#issuecomment-596858618
Then one may need to turn MKL_USE_STATIC_LIBS off explicitly in the cmake
command line.
Thi
sl1pkn07 commented on issue #17791: fail to find MKL
URL:
https://github.com/apache/incubator-mxnet/issues/17791#issuecomment-596857172
normally, archlinux always avoid ship static libs if exist a shared
counterpart
this case is not a exception
-
TaoLv commented on issue #17791: fail to find MKL
URL:
https://github.com/apache/incubator-mxnet/issues/17791#issuecomment-596856542
Hope the package on ArchLinux can include those missing files so we can
still use static linking.
--
TaoLv commented on issue #17794: Disable MKL_USE_STATIC_LIBS by default
URL: https://github.com/apache/incubator-mxnet/pull/17794#issuecomment-596855750
I hope the MKL package on ArchLinux can be fixed to include those missing
files to support static linking.
--
TaoLv commented on issue #17313: Update 3rdparty/mkldnn to v1.2.1
URL: https://github.com/apache/incubator-mxnet/pull/17313#issuecomment-596853586
Thanks for reminding, @leezu. Yes, I just got the privilege for
re-triggering CI jobs last week~
--
connorgoggins opened a new issue #17798: [Website 2.0] Versioned Dropdown for
Python API Docs
URL: https://github.com/apache/incubator-mxnet/issues/17798
## Description
Currently, the MXNet Python API Docs on the website only show functions
corresponding to the latest master API. The cu
sl1pkn07 edited a comment on issue #17791: fail to find MKL
URL:
https://github.com/apache/incubator-mxnet/issues/17791#issuecomment-596849833
official archlinux member
@svenstaro
This is an automated message from the
sl1pkn07 edited a comment on issue #17791: fail to find MKL
URL:
https://github.com/apache/incubator-mxnet/issues/17791#issuecomment-596849833
official archlinux member
This is an automated message from the Apache Git Ser
sl1pkn07 commented on issue #17791: fail to find MKL
URL:
https://github.com/apache/incubator-mxnet/issues/17791#issuecomment-596849833
official archlinux members
This is an automated message from the Apache Git Service.
TaoLv commented on issue #17791: fail to find MKL
URL:
https://github.com/apache/incubator-mxnet/issues/17791#issuecomment-596849282
@hubutui @sl1pkn07 Who is releasing the package for ArchLinux?
This is an automated message
TaoLv commented on issue #17794: Disable MKL_USE_STATIC_LIBS by default
URL: https://github.com/apache/incubator-mxnet/pull/17794#issuecomment-596849081
I don't think MKL-DNN will dlopen intel omp.
This is an automated messag
xinyu-intel commented on issue #17679: [MKL-DNN] BatchNormRelu Fusion
URL: https://github.com/apache/incubator-mxnet/pull/17679#issuecomment-596848173
okay, i'll take a try.
This is an automated message from the Apache Git Ser
zhreshold commented on issue #17679: [MKL-DNN] BatchNormRelu Fusion
URL: https://github.com/apache/incubator-mxnet/pull/17679#issuecomment-596847687
You can make you current implementation a base one. For normal bn, subclass
and use with_relu=False, for new bn, subclass and use with_relu=Tr
xinyu-intel commented on issue #17679: [MKL-DNN] BatchNormRelu Fusion
URL: https://github.com/apache/incubator-mxnet/pull/17679#issuecomment-596845376
@zhreshold Yes, i think both are ok. But if we create a new one
`gluon.nn.BatchNormRelu`, we may need to duplicate too much code from
`gluo
This is an automated email from the ASF dual-hosted git repository.
aaronmarkham pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2eddb85b Bump the publis
fedario edited a comment on issue #17447: Pre-compilation fail for MXNet.jl
URL:
https://github.com/apache/incubator-mxnet/issues/17447#issuecomment-596830960
It is a weird error, because it should be fixed by
https://github.com/apache/incubator-mxnet/pull/16610
But for some reason an o
fedario commented on issue #17447: Pre-compilation fail for MXNet.jl
URL:
https://github.com/apache/incubator-mxnet/issues/17447#issuecomment-596830960
It is a weird error, because it should be fixed by
https://github.com/apache/incubator-mxnet/pull/16610
But for some reason an older ve
marcoabreu commented on issue #17797: Skip
test_multi_worker_dataloader_release_pool
URL: https://github.com/apache/incubator-mxnet/pull/17797#issuecomment-596827994
Can we add a tracking issue in this PR as well as in the code?
-
leezu commented on issue #17782: cpu_shared_storage_manager.h:218: Check
failed: count >= 0 (-2 vs. 0)
URL:
https://github.com/apache/incubator-mxnet/issues/17782#issuecomment-596827563
Need to revert https://github.com/apache/incubator-mxnet/pull/17797/ when
fixing this issue
--
fedario commented on issue #17447: Pre-compilation fail for MXNet.jl
URL:
https://github.com/apache/incubator-mxnet/issues/17447#issuecomment-596825516
I also get this error on Ubuntu 19.10.
This is an automated message from
haojin2 commented on issue #17793: [Numpy] OP_interp
URL: https://github.com/apache/incubator-mxnet/pull/17793#issuecomment-596823534
Also address the sanity errors.
This is an automated message from the Apache Git Service.
To
haojin2 commented on a change in pull request #17793: [Numpy] OP_interp
URL: https://github.com/apache/incubator-mxnet/pull/17793#discussion_r390011369
##
File path: src/operator/numpy/np_interp_op-inl.h
##
@@ -0,0 +1,283 @@
+/*
+ * Licensed to the Apache Software Foundatio
haojin2 commented on a change in pull request #17793: [Numpy] OP_interp
URL: https://github.com/apache/incubator-mxnet/pull/17793#discussion_r390011098
##
File path: src/operator/numpy/np_interp_op-inl.h
##
@@ -0,0 +1,283 @@
+/*
+ * Licensed to the Apache Software Foundatio
haojin2 commented on a change in pull request #17793: [Numpy] OP_interp
URL: https://github.com/apache/incubator-mxnet/pull/17793#discussion_r390010658
##
File path: tests/python/unittest/test_numpy_op.py
##
@@ -8228,6 +8228,74 @@ def hybrid_forward(self, F, a):
haojin2 commented on issue #17797: Skip
test_multi_worker_dataloader_release_pool
URL: https://github.com/apache/incubator-mxnet/pull/17797#issuecomment-596819706
@zhreshold Good idea, I'll make changes in that way.
This is a
zhreshold commented on issue #17797: Skip
test_multi_worker_dataloader_release_pool
URL: https://github.com/apache/incubator-mxnet/pull/17797#issuecomment-596819467
I think you can check for mac explicitly in test and disable it rather than
skip for all platforms
-
byronyi commented on issue #10052: MXIndexedRecordIO doesn't work with HDFS
URL:
https://github.com/apache/incubator-mxnet/issues/10052#issuecomment-596817997
I did, that’s why RecordIO works with HDFS. But this issue is concerned
about IndexRecordIO.
-
leezu commented on issue #17797: Skip test_multi_worker_dataloader_release_pool
URL: https://github.com/apache/incubator-mxnet/pull/17797#issuecomment-596811202
Thanks for clarification. Let's disable it. I'm still at loss why this only
happens on OS X.
Would be great if anyone with a Ma
haojin2 commented on issue #17797: Skip
test_multi_worker_dataloader_release_pool
URL: https://github.com/apache/incubator-mxnet/pull/17797#issuecomment-596810394
@leezu I still think it's still necessary to skip this for now in case it
masks the failures of other tests that comes after th
leezu edited a comment on issue #17797: Skip
test_multi_worker_dataloader_release_pool
URL: https://github.com/apache/incubator-mxnet/pull/17797#issuecomment-596809918
Does the test fail on any other platform besides OS X? Currently OS X status
test is optional, so failing OS X tests doesn
leezu edited a comment on issue #17797: Skip
test_multi_worker_dataloader_release_pool
URL: https://github.com/apache/incubator-mxnet/pull/17797#issuecomment-596809918
Does the test fail on any other platform besides OS X? Currently OS X status
test is optional, so failing OS X tests doesn
This is an automated email from the ASF dual-hosted git repository.
haoj pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from b001006 add npx.broadcast_like (#17605)
add 2cf8e0f ffi invocation: expand_dims, tril, diff, broadcast_
This is an automated email from the ASF dual-hosted git repository.
haoj pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from b001006 add npx.broadcast_like (#17605)
add 2cf8e0f ffi invocation: expand_dims, tril, diff, broadcast_
leezu commented on issue #17797: Skip test_multi_worker_dataloader_release_pool
URL: https://github.com/apache/incubator-mxnet/pull/17797#issuecomment-596809918
Does the test fail on any other platform besides OS X? Currently OS X status
test is optional, so failing OS X tests doesn't block
haojin2 merged pull request #17738: [Numpy] ffi invocation: expand_dims, tril,
diff, broadcast_to
URL: https://github.com/apache/incubator-mxnet/pull/17738
This is an automated message from the Apache Git Service.
To respond
haojin2 opened a new pull request #17797: Skip
test_multi_worker_dataloader_release_pool
URL: https://github.com/apache/incubator-mxnet/pull/17797
## Description ##
...to unblock many PR on the CI.
## Checklist ##
### Essentials ###
Please feel free to remove inapplicable it
haojin2 opened a new pull request #17796: Fix npx.softmax for 0-sized inputs
URL: https://github.com/apache/incubator-mxnet/pull/17796
## Description ##
Fix #17792
## Checklist ##
### Essentials ###
Please feel free to remove inapplicable items for your PR.
- [ ] The PR t
karan6181 commented on issue #17547: Fix cudnn Dropout reproducibility
URL: https://github.com/apache/incubator-mxnet/pull/17547#issuecomment-596784507
@DickJC123 @ptrendx Can you please review this PR once again? Thanks!
This
This is an automated email from the ASF dual-hosted git repository.
sxjscience pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 0aa2c78 Fix OpPerf in Master (#17735)
add b001006 add npx.broadcast_like (#17605)
No new revisio
sxjscience merged pull request #17605: add npx.broadcast_like
URL: https://github.com/apache/incubator-mxnet/pull/17605
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
gigasquid edited a comment on issue #17783: [RFC] MXNet 2.0 JVM Language
development
URL:
https://github.com/apache/incubator-mxnet/issues/17783#issuecomment-596779618
For the Clojure package. It is a lot easier to interop with Java than with
Scala - so if the the base is Java that every
gigasquid commented on issue #17783: [RFC] MXNet 2.0 JVM Language development
URL:
https://github.com/apache/incubator-mxnet/issues/17783#issuecomment-596779618
For the Clojure package. It is a lot easier to interop with Java than with
Scala - so if the the base is Java that every thing i
lanking520 removed a comment on issue #17783: [RFC] MXNet 2.0 JVM Language
development
URL:
https://github.com/apache/incubator-mxnet/issues/17783#issuecomment-596779343
> It is going to be closer to a complete rewrite. On the other hand, making
a new Scala API would be imperative instead
lanking520 closed issue #17783: [RFC] MXNet 2.0 JVM Language development
URL: https://github.com/apache/incubator-mxnet/issues/17783
This is an automated message from the Apache Git Service.
To respond to the message, please
lanking520 commented on issue #17783: [RFC] MXNet 2.0 JVM Language development
URL:
https://github.com/apache/incubator-mxnet/issues/17783#issuecomment-596779343
> It is going to be closer to a complete rewrite. On the other hand, making
a new Scala API would be imperative instead of symbo
lanking520 opened a new issue #17783: [RFC] MXNet 2.0 JVM Language development
URL: https://github.com/apache/incubator-mxnet/issues/17783
Since MXNet 2.0 development starts. I would like to initiate a discussion
for the future development of JVM languages.
## Proposal
1. Star
gigasquid edited a comment on issue #17783: [RFC] MXNet 2.0 JVM Language
development
URL:
https://github.com/apache/incubator-mxnet/issues/17783#issuecomment-596714532
@lanking520 thanks for the clarification above. A further question - How do
you envision a current Scala MXNet user migra
zachgk commented on issue #17783: [RFC] MXNet 2.0 JVM Language development
URL:
https://github.com/apache/incubator-mxnet/issues/17783#issuecomment-596777456
It is going to be closer to a complete rewrite. On the other hand, making a
new Scala API would be imperative instead of symbolic an
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 517e3a1 Fix mxnet-native and Docker CD pipelines (#17784)
add 0aa2c78 Fix OpPerf in Master (#17735)
leezu merged pull request #17735: Fix OpPerf in Master
URL: https://github.com/apache/incubator-mxnet/pull/17735
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 752461d refactor codes and add an option to skip/check weight's
version to reduce overhead (#17707)
a
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 752461d refactor codes and add an option to skip/check weight's
version to reduce overhead (#17707)
a
ChaiBapchya commented on issue #17735: Fix OpPerf in Master
URL: https://github.com/apache/incubator-mxnet/pull/17735#issuecomment-596769165
@mxnet-label-bot update [pr-awaiting-merge]
This is an automated message from the Apa
leezu merged pull request #17784: Fix CD
URL: https://github.com/apache/incubator-mxnet/pull/17784
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
zhreshold commented on issue #17679: [MKL-DNN] BatchNormRelu Fusion
URL: https://github.com/apache/incubator-mxnet/pull/17679#issuecomment-596766837
Not sure what's the best way in gluon frontend. Since many models comes with
BN + Activation manually, we need to modify the code anyway with
zhreshold commented on issue #10052: MXIndexedRecordIO doesn't work with HDFS
URL:
https://github.com/apache/incubator-mxnet/issues/10052#issuecomment-596765469
HDFS seems to be optionally enabled:
https://github.com/apache/incubator-mxnet/blob/master/make/config.mk#L175
Have you te
gigasquid edited a comment on issue #17783: [RFC] MXNet 2.0 JVM Language
development
URL:
https://github.com/apache/incubator-mxnet/issues/17783#issuecomment-596714532
@lanking520 thanks for the clarification above. A further question - How do
envision a current Scala MXNet user migrate t
gigasquid commented on issue #17783: [RFC] MXNet 2.0 JVM Language development
URL:
https://github.com/apache/incubator-mxnet/issues/17783#issuecomment-596714532
@lanking520 thanks for the clarification above. A further question - How do
envision a current Scala MXNet user migrate their cod
This is an automated email from the ASF dual-hosted git repository.
aaronmarkham pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2542851 Bump the publis
lanking520 edited a comment on issue #17783: [RFC] MXNet 2.0 JVM Language
development
URL:
https://github.com/apache/incubator-mxnet/issues/17783#issuecomment-595923396
I would propose Option 3. and 4.
DJL is a new Java framework that build on top of any engines. It brings the
eas
sjtuWangDing opened a new pull request #17795: [Numpy] FFI for linalg ops
URL: https://github.com/apache/incubator-mxnet/pull/17795
## Description ##
FFI for linalg inv/pinv/eigvals/eigvalsh/solve/tensorsolve/tensorinv/cholesky
## Checklist ##
### Essentials ###
Please feel f
leezu commented on issue #10052: MXIndexedRecordIO doesn't work with HDFS
URL:
https://github.com/apache/incubator-mxnet/issues/10052#issuecomment-596639245
cc @zhreshold
This is an automated message from the Apache Git Servi
leezu commented on issue #17758: HybridBlock.export() to return created
filenames (#17688)
URL: https://github.com/apache/incubator-mxnet/pull/17758#issuecomment-596637192
Friendly ping @athewsey regarding the linting issues
leezu commented on issue #17790: mxnet illegal instruction
URL:
https://github.com/apache/incubator-mxnet/issues/17790#issuecomment-596636565
Switching the CD setup to make use `-mno-avx` flag during compilation should
fix this issue (if it's about the pip packages).
It's done by de
leezu commented on issue #17313: Update 3rdparty/mkldnn to v1.2.1
URL: https://github.com/apache/incubator-mxnet/pull/17313#issuecomment-596633774
@TaoLv you can retrigger yourself.
1) Click Login
![image](https://user-images.githubusercontent.com/946903/76235261-1a505280-61e8-11ea-81
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a change to branch leezu-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
at 369da39 Disable MKL_USE_STATIC_LIBS by default
No new revisions were added by this update.
leezu opened a new pull request #17794: Disable MKL_USE_STATIC_LIBS by default
URL: https://github.com/apache/incubator-mxnet/pull/17794
## Description ##
Disable MKL_USE_STATIC_LIBS by default
Fixes https://github.com/apache/incubator-mxnet/issues/17791
#17751 tried to prev
leezu commented on issue #17791: fail to find MKL
URL:
https://github.com/apache/incubator-mxnet/issues/17791#issuecomment-596632301
@TaoLv the motivation of #17751 is to prevent the situation where MKLDNN
`dlopens` intel omp after another omp has already been opened by the dynamic
linker
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a commit to branch leezu-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
commit 369da390506391b6a3fa9b276d142c8837ca671e
Author: Leonard Lausen
AuthorDate: Mon Mar 9 09:23:02 2020 -070
This is an automated email from the ASF dual-hosted git repository.
lausen pushed a change to branch leezu-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
at 369da39 Disable MKL_USE_STATIC_LIBS by default
This branch includes the following new commits:
TaoLv commented on issue #17791: fail to find MKL
URL:
https://github.com/apache/incubator-mxnet/issues/17791#issuecomment-596593700
@sl1pkn07 Thanks! Seems static libraries are not released in the package. I
don't see the files below which I think are needed for the changes in PR #17751.
sl1pkn07 edited a comment on issue #17791: fail to find MKL
URL:
https://github.com/apache/incubator-mxnet/issues/17791#issuecomment-596538354
you can found it here
https://www.archlinux.org/packages/community/x86_64/intel-mkl/files/ and here
https://www.archlinux.org/packages/community/x
sl1pkn07 edited a comment on issue #17791: fail to find MKL
URL:
https://github.com/apache/incubator-mxnet/issues/17791#issuecomment-596538354
you can found it here
https://www.archlinux.org/packages/community/x86_64/intel-mkl/files/ and here
hhttps://www.archlinux.org/packages/community/
sl1pkn07 edited a comment on issue #17791: fail to find MKL
URL:
https://github.com/apache/incubator-mxnet/issues/17791#issuecomment-596538354
you can found it here
https://www.archlinux.org/packages/community/x86_64/intel-mkl/files/ and here
https://www.archlinux.org/packages/community/x
sl1pkn07 commented on issue #17791: fail to find MKL
URL:
https://github.com/apache/incubator-mxnet/issues/17791#issuecomment-596538354
you can found it here
https://www.archlinux.org/packages/community/x86_64/intel-mkl/files/
--
Tommliu opened a new pull request #17793: [Numpy] OP_interp
URL: https://github.com/apache/incubator-mxnet/pull/17793
## Description ##
implementation of Numpy compatible operator _interp_
## Checklist ##
### Essentials ###
Please feel free to remove inapplicable items for yo
This is an automated email from the ASF dual-hosted git repository.
aaronmarkham pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new aa86ccf Bump the publis
TaoLv commented on issue #17791: fail to find MKL
URL:
https://github.com/apache/incubator-mxnet/issues/17791#issuecomment-596497818
@hubutui Could you please share the directory structure of MKL and what are
installed in the mkl/lib/intel64 folder?
--
hubutui commented on issue #17791: fail to find MKL
URL:
https://github.com/apache/incubator-mxnet/issues/17791#issuecomment-596446844
cmake 3.16.5, gcc 9.2.1, intel-mkl 2020.0.166 are available in ArchLinux,
could you try in a docker container?
---
wuxun-zhang commented on issue #17791: fail to find MKL
URL:
https://github.com/apache/incubator-mxnet/issues/17791#issuecomment-596441315
Actually I cannot reproduce this issue with cmake 3.16/gcc 7.
```
~/softwares/cmake_3.16/bin/cmake .. -DUSE_CUDA=0 -DUSE_MKLDNN=1
-DUSE_MKL_IF_A
TaoLv commented on issue #17790: mxnet illegal instruction
URL:
https://github.com/apache/incubator-mxnet/issues/17790#issuecomment-596421434
Are you using mxnet pip package or building mxnet from source code? May be
similar issue: https://github.com/apache/incubator-mxnet/issues/17613.
-
TaoLv commented on issue #17791: fail to find MKL
URL:
https://github.com/apache/incubator-mxnet/issues/17791#issuecomment-596419870
cc @leezu
This is an automated message from the Apache Git Service.
To respond to the messa
1 - 100 of 103 matches
Mail list logo