+1
Download source - https://github.com/apache/incubator-mxnet/releases/download/1.5.0.rc2/apache-mxnet-src-1.5.0.rc2-incubating.tar.gz -[Y] Are release files in correct location? -[Y] Do release files have the word incubating in their name? -[Y] Does DISCLAIMER file exist? -[Y] Do LICENSE and NOTICE files exists? -[Y] Is the LICENSE and NOTICE text correct? -[Y] Is the NOTICE year correct? Is there any 3rd party code contained inside the release? If so: -[Y] Does the software have a compatible license? -[Y] Are all software licenses mentioned in LICENSE? -[Y] Is the full text of the licenses (or pointers to it) in LICENSE? Is any of this code Apache licensed? Do they have NOTICE files? If so: -[Y] Have relevant parts of those NOTICE files been added to this NOTICE file? -[Y] Do all source files have ASF headers? -[Y] Do the contents of the release match with what's tagged in version control? -[N] Are there any unexpected binary files in the release? -[Y] Can you compile from source? Are the instruction clear? Apart from above checks, I built from source on a GPU machine with CUDA 10, using following command: make -j32 USE_BLAS=openblas USE_CUDA=1 USE_OPENMP=1 USE_PROFILER=1 USE_CUDNN=1 USE_CUDA_PATH=/usr/local/cuda USE_OPENCV=1 and ran operator performance test via opperf following the instructions ( https://github.com/apache/incubator-mxnet/blob/1.5.0.rc2/benchmark/opperf/README.md ), that executes ~150 MXNet operators. No broken functionality observed. On Tue, Jul 9, 2019 at 3:24 PM Lai Wei <[email protected]> wrote: > +1 > Tested the following works fine: > > 1. Built from source on OSX, Ubuntu CPU, GPU > 2. Ran example/gluon image classification on CPU, GPU > 3. Built latest Keras-MXNet from source and all tests passed. > > > > Best Regards > > Lai > > > On Tue, Jul 9, 2019 at 2:11 PM Qing Lan <[email protected]> wrote: > > > Have successfully fixed the issue on OSX. > > > > Scala/Java build is fine: > > > > osx-cpu passed (Qing) > > linux-cpu passed (Zach) > > linux-gpu passed (Zach) > > > > +1 for the release. > > > > Thanks, > > Qing > > > > > > ________________________________ > > From: Qing Lan <[email protected]> > > Sent: Monday, July 8, 2019 12:47 > > To: [email protected]; [email protected] > > Subject: Re: [VOTE] Release Apache MXNet (incubating) version 1.5.0.rc2 > > > > Hi All, > > > > I found the problem when I tried to build from source with my Mac: > > > > clang: error: unsupported option '-fopenmp' > > clang: error: unsupported option '-fopenmp' > > make: *** [build/src/operator/nn/mkldnn/mkldnn_act.o] Error 1 > > make: *** [build/src/operator/nn/cudnn/cudnn_batch_norm.o] Error 1 > > > > I use "make -j4" with tar.gz package > > > > Thanks, > > Qing > > > > > > > > ________________________________ > > From: Sheng Zha <[email protected]> > > Sent: Friday, July 5, 2019 17:42 > > To: [email protected] > > Subject: Re: [VOTE] Release Apache MXNet (incubating) version 1.5.0.rc2 > > > > +1 > > > > On 2019/06/27 17:05:40, Lai Wei <[email protected]> wrote: > > > Dear MXNet community, > > > > > > This is the 3-day vote to release Apache MXNet (incubating) version > > 1.5.0. > > > Voting on dev@ will start June 26, 23:59:59(PST) and close on June > 29, > > > 23:59:59. > > > > > > 1) Link to release notes: > > > https://cwiki.apache.org/confluence/display/MXNET/1.5.0+Release+Notes > > > > > > > > > 2) Link to release candidate: > > > > > > https://github.com/apache/incubator-mxnet/releases/tag/1.5.0.rc2 > > > > > > > > > > > > 3) Link to source and signatures on apache dist server: > > > > > > https://dist.apache.org/repos/dist/dev/incubator/mxnet/1.5.0.rc2/ > > > > > > > > > > > > Please remember to TEST first before voting accordingly: > > > > > > +1 = approve > > > +0 = no opinion > > > -1 = disapprove (provide reason) > > > -- > > > Best Regards > > > > > > Lai > > > > > > -- Sandeep Krishnamurthy
