[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #17270: [WIP] Dynamic custom operator GPU support

2020-01-15 Thread GitBox
eric-haibin-lin commented on a change in pull request #17270: [WIP] Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r367199659 ## File path: src/c_api/c_api.cc ## @@ -720,8 +751,11 @@ int MXLoadLib(const char *path)

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #17265: Add bfloat16 floating-point format support based on AMP

2020-01-15 Thread GitBox
eric-haibin-lin commented on issue #17265: Add bfloat16 floating-point format support based on AMP URL: https://github.com/apache/incubator-mxnet/pull/17265#issuecomment-574898654 @ElaineBao thanks for the explanation This

[incubator-mxnet] branch master updated (be9e17e -> bd67723)

2020-01-15 Thread dickjc123
This is an automated email from the ASF dual-hosted git repository. dickjc123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from be9e17e Fixes #17304 Flaky Test -> test_higher_order_grad.test_tanh (#17321) add bd67723 Fix

[GitHub] [incubator-mxnet] DickJC123 merged pull request #17049: Fix operators lying about their number of inputs

2020-01-15 Thread GitBox
DickJC123 merged pull request #17049: Fix operators lying about their number of inputs URL: https://github.com/apache/incubator-mxnet/pull/17049 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] roywei edited a comment on issue #17329: License issue with 1.6.0.rc1

2020-01-15 Thread GitBox
roywei edited a comment on issue #17329: License issue with 1.6.0.rc1 URL: https://github.com/apache/incubator-mxnet/issues/17329#issuecomment-574829986 @PatricZhao could you help with the "Copyright 2019 Intel Corporation” and 3 and 4 under mkldnn? Thanks

[GitHub] [incubator-mxnet] leezu commented on issue #17329: License issue with 1.6.0.rc1

2020-01-15 Thread GitBox
leezu commented on issue #17329: License issue with 1.6.0.rc1 URL: https://github.com/apache/incubator-mxnet/issues/17329#issuecomment-574907676 > @hzfan @reminisce @haojin2 Looks like we need to remove the ASF header if this file is directly copied from numpy, and add it to whitelist of

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy]

2020-01-15 Thread GitBox
haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy] URL: https://github.com/apache/incubator-mxnet/pull/17234#discussion_r367163259 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -6023,6 +6023,159 @@ def nonzero(a): return

[GitHub] [incubator-mxnet] roywei commented on issue #17329: License issue with 1.6.0.rc1

2020-01-15 Thread GitBox
roywei commented on issue #17329: License issue with 1.6.0.rc1 URL: https://github.com/apache/incubator-mxnet/issues/17329#issuecomment-574909620 > > @hzfan @reminisce @haojin2 Looks like we need to remove the ASF header if this file is directly copied from numpy, and add it to whitelist

[GitHub] [incubator-mxnet] roywei commented on issue #17329: License issue with 1.6.0.rc1

2020-01-15 Thread GitBox
roywei commented on issue #17329: License issue with 1.6.0.rc1 URL: https://github.com/apache/incubator-mxnet/issues/17329#issuecomment-574913499 > @roywei thanks. When removing the ASF header from incubator-mxnet/cmake/Modules/FindCUDAToolkit.cmake, how to pass the RAT license check?

[GitHub] [incubator-mxnet] leezu opened a new pull request #17334: Don't unnecessarily relicense FindCUDAToolkit.cmake

2020-01-15 Thread GitBox
leezu opened a new pull request #17334: Don't unnecessarily relicense FindCUDAToolkit.cmake URL: https://github.com/apache/incubator-mxnet/pull/17334 ## Description ## Don't unnecessarily relicense FindCUDAToolkit.cmake. As per recommendation in

[GitHub] [incubator-mxnet] apeforest merged pull request #17305: grouping large array tests based on type and updating nightly CI funtion

2020-01-15 Thread GitBox
apeforest merged pull request #17305: grouping large array tests based on type and updating nightly CI funtion URL: https://github.com/apache/incubator-mxnet/pull/17305 This is an automated message from the Apache Git

[incubator-mxnet] branch master updated (09cc72e -> 7b349dd)

2020-01-15 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 09cc72e Update NOTICE to fix copyright years (#17330) add 7b349dd grouping large array tests

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17279: [Numpy] Add linalg.pinv op

2020-01-15 Thread GitBox
haojin2 commented on a change in pull request #17279: [Numpy] Add linalg.pinv op URL: https://github.com/apache/incubator-mxnet/pull/17279#discussion_r367175367 ## File path: src/operator/numpy/linalg/np_pinv.cc ## @@ -0,0 +1,195 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17279: [Numpy] Add linalg.pinv op

2020-01-15 Thread GitBox
haojin2 commented on a change in pull request #17279: [Numpy] Add linalg.pinv op URL: https://github.com/apache/incubator-mxnet/pull/17279#discussion_r367175293 ## File path: src/operator/numpy/linalg/np_pinv.cc ## @@ -0,0 +1,195 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17279: [Numpy] Add linalg.pinv op

2020-01-15 Thread GitBox
haojin2 commented on a change in pull request #17279: [Numpy] Add linalg.pinv op URL: https://github.com/apache/incubator-mxnet/pull/17279#discussion_r367175459 ## File path: src/operator/numpy/linalg/np_pinv.cc ## @@ -0,0 +1,195 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] larroy commented on issue #17293: [Build] Add a reasonable default for CMAKE_CUDA_COMPILER in *nix

2020-01-15 Thread GitBox
larroy commented on issue #17293: [Build] Add a reasonable default for CMAKE_CUDA_COMPILER in *nix URL: https://github.com/apache/incubator-mxnet/pull/17293#issuecomment-574945274 ``` --Python Info-- ('Version :', '2.7.17') ('Compiler :', 'GCC 7.4.0')

<    1   2   3