[GitHub] [singa] joddiy commented on issue #557: Broadcast cudnn test passing

2019-11-06 Thread GitBox
joddiy commented on issue #557: Broadcast cudnn test passing URL: https://github.com/apache/singa/pull/557#issuecomment-550752560 Hi, shicong, please use this to test __mul__ ``` def test_tensor_add_api(self): def _run_test(s1, s2): x_0 = np.random.random(s1).asty

[GitHub] [singa] chrishkchris edited a comment on issue #555: SINGA-490 Optimization on GPU Malloc and Cudastream

2019-11-06 Thread GitBox
chrishkchris edited a comment on issue #555: SINGA-490 Optimization on GPU Malloc and Cudastream URL: https://github.com/apache/singa/pull/555#issuecomment-550738649 I checked the source code of unit test which covers the value check for functions like sumrow and sumcolumn, so the value sh

[GitHub] [singa] chrishkchris commented on issue #555: SINGA-490 Optimization on GPU Malloc and Cudastream

2019-11-06 Thread GitBox
chrishkchris commented on issue #555: SINGA-490 Optimization on GPU Malloc and Cudastream URL: https://github.com/apache/singa/pull/555#issuecomment-550738649 I checked the source code of unit test which covers the value check for functions like sumrow and sumcolumn, so the value should be

RE: [apache/incubator-singa-site] SINGA-493 Update incubator-singa to singa (#3)

2019-11-06 Thread Yeung Sai Ho
Hi Moaz, In additional, I am not sure the procedure to release is the same after the gradation. I guess there is no mentor anymore, so some statements like "He should first ask the mentor to help signing his key." can be removed. I am not sure if the procedure the same after the gradation, so

[GitHub] [singa] chrishkchris commented on issue #559: SINGA-493 Update downloads.md

2019-11-06 Thread GitBox
chrishkchris commented on issue #559: SINGA-493 Update downloads.md URL: https://github.com/apache/singa/pull/559#issuecomment-550325105 In additional to downloads.md, I have also added the change of doc/en/develop/how-to-release.rst in this PR, However, for the following lines

RE: [apache/incubator-singa-site] SINGA-493 Update incubator-singa to singa (#3)

2019-11-06 Thread Yeung Sai Ho
Hi Moaz, I have added the change of doc/en/develop/how-to-release.rst in the PR #559, https://github.com/apache/singa/pull/559/files The following lines containing “incubator” I am not sure so I did not yet modify: Line63:+ modify from http://incubator.apache.org/guides/branding.html#d

Re: [apache/incubator-singa-site] SINGA-493 Update incubator-singa to singa (#3)

2019-11-06 Thread Moaz Reyad
Hi Chris, Thank you for the update. Also the contents of "how to release" page to create incubating releases must be updated by removing "incubator", changing PPMC to PMC, etc. http://singa.apache.org/develop/how-to-release.html Thanks, Moaz On Wed, Nov 6, 2019 at 5:34 AM Yeung Sai Ho wrote:

[GitHub] [singa] chrishkchris commented on issue #555: SINGA-490 Optimization on GPU Malloc and Cudastream

2019-11-06 Thread GitBox
chrishkchris commented on issue #555: SINGA-490 Optimization on GPU Malloc and Cudastream URL: https://github.com/apache/singa/pull/555#issuecomment-550299437 Before I do further checking of the code, I submit the passed unit test results first: (1) CPP level operation unit test, (2) Pytho