This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yzhliu
pushed a commit
to yzhliu/mxnet
that referenced
this pull request
Dec 24, 2015
Adam Optimizer
dsqx71
added a commit
to dsqx71/mxnet
that referenced
this pull request
Dec 6, 2016
[add op] 1D correlation
Closed
Closed
iblislin
pushed a commit
to iblislin/incubator-mxnet
that referenced
this pull request
Mar 18, 2018
fixed joinpath problem in example in README.md
marcoabreu
pushed a commit
that referenced
this pull request
Mar 26, 2018
* [Quantization] 8bit Quantization and GPU Support [Quantization] CuDNN 8bit quantized relu v0.1 [Quantization] CuDNN 8bit quantized max_pool v0.1 [Quantization] CuDNN 8bit quantized lrn v0.1 [Quantization] CuDNN 8bit quantized convolution v0.1 [Quantization] CuDNN 8bit quantized fully connected v0.1 [Quantization] Small fix [Quantization] Implement backward method [Quantization] Convolution backward method [Quantization] Add range for matmul and conv [Quantization] New types in ndarray.py [Quantization] 8bit conv works [Quantization] conv support multiple type [Quantization] matmul works now [Quantization] matmul works well [Quantization] efactor quantization operators [Quantization] Op: quantize_down_and_shrink_range [Quantization] Complete quantize_graph_pass [Quantization] Add example [Quantization] Take zero-center quantize, accuracy fixed [Quantization] Multiple layers MLP pass [Quantization] Make quantized_conv same as Convolution [Quantization] quantized_conv works [Quantization] Fix bug [Quantization] lenet works now [Quantization] Add quantized_flatten [Quantization] Quantized max pool works well [Quantization] Make quantized_conv support NHWC [Quantization] add max_pool [Quantization] add ignore_symbols [Quantization] Save change [Quantization] Reorganize tests, 8 layers resnet works on cifar [Quantization] Support for 'NHWC' max pool [Quantization] Support for 'NHWC' quantized max pool [Quantization] Fix speed of quantize_down_and_shrink_range [Quantization] script for resnet on imagenet [Quantization] refactor for quantize offline [Quantization] Fix infershape [Quantization] Update test [Quantization] Update example [Quantization] Fix build error * [Quantization] Add calibration flow and refactor code Rebase with dmlc/master Add quantize_down_and_shrink by threshold Don't assign resource when threshold is available for quantize_down_and_shrink Fix quantize_down_and_shrink saturation Implement pass for setting calib table to node attrs Rebase with upstream master Change threshold to min/max quantized params Add c-api for setting calib table to graph Add calibration front end function Bug fixes and add unit test Add data iter type to calibration Fix bug in calibrate_quantized_model Bug fix and add example Add the second calibration approach and benchmark Fix Fix infer error and add benchmark for conv Add benchmark script Change output names and argument names Remove commented out code Change name Add layout to benchmark_convolution Remove redundant comment Remove common and add soft link More fix and benchmark Add scripts to plot images Minor fix More fix More fix and util tools Tools and support bias in quantized_conv2d Add script for getting the optimal thresholds using kl divergence Add kl divergence for optimizing thresholds Add benchmark scripts Fix compile after rebasing on master Allocate temp space only once for quantized_conv2d Change quantize_down_and_shrink_range to allocate temp space once No temp space for calib model Refactor quantize_down_and_shrink_range into requantize Refactor quantized convolution using nnvm interfaces Fix quantized_conv bug Use ConvolutionParam for QuantizedCuDNNConvOp Refactor quantized fc using nnvm interfaces Change TQuantizationNeedShrink to FNeedRequantize Refactor quantized_pooling Simplify FQuantizedOp interface Better naming Fix shape and type inference for quantized_flatten Clean up quantization frontend APIs and examples Delete quantized lrn and relu Add python script for generating quantized models Add script for running inference Add inference example Remove redundant files from example/quantization Simplify user-level python APIs Add logger Improve user-level python api Fix coding style Add unit test for quantized_conv Fix bugs in quantized_fully_connected and add unit test Add unit test for requantize Fix a bug and add python api unit tests Import test_quantization in test_operator_gpu.py Rebase with master Remove redundant files Fix test case for python3 and fix doc Fix unit tests Fix unit tests for python3 Release used ndarrays in calibration for saving memory usage Simplify releasing memory of used ndarrays for calibration Fix a bug Revert "Fix a bug" This reverts commit f7853f2. Revert "Simplify releasing memory of used ndarrays for calibration" This reverts commit 70b9e38. Clean up benchmark script and improve example Add API and example documentation and fix bugs Remove redundant test file and improve error message Merge quantize and dequantize with master impl Remove commented code Hide monitor interface from users Remove interface from Module Add license header Move quantization unittests to a separate folder so that it can be only run on P3 instances Remove quantization unittests from test_operator_gpu.py Move quantization to contrib Fix lint Add mxnetlinux-gpu-p3 to jenkins Fix jenkins Fix CI build Fix CI Update jenkins file Use cudnn7 for ci Add docker file for quantization unit test only Correctly skip build with cudnn < 6 Add doc for quantize symbol api Fix lint Fix python3 and add doc Try to fix cudnn build problem * Fix compile error * Fix CI * Remove tests that should not run on P3 * Remove unnecessary docker file * Fix registering quantized nn ops * Reformat Jenkinsfile and switch quantization to CUDA 9 (#9) * Address interface change cr * Address comments and fix bugs * Make unit test stable * Improve unit test * Address cr * Address cr * Fix flaky unit test layer_norm * Fix doc
ashokei
pushed a commit
to ashokei/incubator-mxnet
that referenced
this pull request
Mar 27, 2018
* [Quantization] 8bit Quantization and GPU Support [Quantization] CuDNN 8bit quantized relu v0.1 [Quantization] CuDNN 8bit quantized max_pool v0.1 [Quantization] CuDNN 8bit quantized lrn v0.1 [Quantization] CuDNN 8bit quantized convolution v0.1 [Quantization] CuDNN 8bit quantized fully connected v0.1 [Quantization] Small fix [Quantization] Implement backward method [Quantization] Convolution backward method [Quantization] Add range for matmul and conv [Quantization] New types in ndarray.py [Quantization] 8bit conv works [Quantization] conv support multiple type [Quantization] matmul works now [Quantization] matmul works well [Quantization] efactor quantization operators [Quantization] Op: quantize_down_and_shrink_range [Quantization] Complete quantize_graph_pass [Quantization] Add example [Quantization] Take zero-center quantize, accuracy fixed [Quantization] Multiple layers MLP pass [Quantization] Make quantized_conv same as Convolution [Quantization] quantized_conv works [Quantization] Fix bug [Quantization] lenet works now [Quantization] Add quantized_flatten [Quantization] Quantized max pool works well [Quantization] Make quantized_conv support NHWC [Quantization] add max_pool [Quantization] add ignore_symbols [Quantization] Save change [Quantization] Reorganize tests, 8 layers resnet works on cifar [Quantization] Support for 'NHWC' max pool [Quantization] Support for 'NHWC' quantized max pool [Quantization] Fix speed of quantize_down_and_shrink_range [Quantization] script for resnet on imagenet [Quantization] refactor for quantize offline [Quantization] Fix infershape [Quantization] Update test [Quantization] Update example [Quantization] Fix build error * [Quantization] Add calibration flow and refactor code Rebase with dmlc/master Add quantize_down_and_shrink by threshold Don't assign resource when threshold is available for quantize_down_and_shrink Fix quantize_down_and_shrink saturation Implement pass for setting calib table to node attrs Rebase with upstream master Change threshold to min/max quantized params Add c-api for setting calib table to graph Add calibration front end function Bug fixes and add unit test Add data iter type to calibration Fix bug in calibrate_quantized_model Bug fix and add example Add the second calibration approach and benchmark Fix Fix infer error and add benchmark for conv Add benchmark script Change output names and argument names Remove commented out code Change name Add layout to benchmark_convolution Remove redundant comment Remove common and add soft link More fix and benchmark Add scripts to plot images Minor fix More fix More fix and util tools Tools and support bias in quantized_conv2d Add script for getting the optimal thresholds using kl divergence Add kl divergence for optimizing thresholds Add benchmark scripts Fix compile after rebasing on master Allocate temp space only once for quantized_conv2d Change quantize_down_and_shrink_range to allocate temp space once No temp space for calib model Refactor quantize_down_and_shrink_range into requantize Refactor quantized convolution using nnvm interfaces Fix quantized_conv bug Use ConvolutionParam for QuantizedCuDNNConvOp Refactor quantized fc using nnvm interfaces Change TQuantizationNeedShrink to FNeedRequantize Refactor quantized_pooling Simplify FQuantizedOp interface Better naming Fix shape and type inference for quantized_flatten Clean up quantization frontend APIs and examples Delete quantized lrn and relu Add python script for generating quantized models Add script for running inference Add inference example Remove redundant files from example/quantization Simplify user-level python APIs Add logger Improve user-level python api Fix coding style Add unit test for quantized_conv Fix bugs in quantized_fully_connected and add unit test Add unit test for requantize Fix a bug and add python api unit tests Import test_quantization in test_operator_gpu.py Rebase with master Remove redundant files Fix test case for python3 and fix doc Fix unit tests Fix unit tests for python3 Release used ndarrays in calibration for saving memory usage Simplify releasing memory of used ndarrays for calibration Fix a bug Revert "Fix a bug" This reverts commit f7853f2. Revert "Simplify releasing memory of used ndarrays for calibration" This reverts commit 70b9e38. Clean up benchmark script and improve example Add API and example documentation and fix bugs Remove redundant test file and improve error message Merge quantize and dequantize with master impl Remove commented code Hide monitor interface from users Remove interface from Module Add license header Move quantization unittests to a separate folder so that it can be only run on P3 instances Remove quantization unittests from test_operator_gpu.py Move quantization to contrib Fix lint Add mxnetlinux-gpu-p3 to jenkins Fix jenkins Fix CI build Fix CI Update jenkins file Use cudnn7 for ci Add docker file for quantization unit test only Correctly skip build with cudnn < 6 Add doc for quantize symbol api Fix lint Fix python3 and add doc Try to fix cudnn build problem * Fix compile error * Fix CI * Remove tests that should not run on P3 * Remove unnecessary docker file * Fix registering quantized nn ops * Reformat Jenkinsfile and switch quantization to CUDA 9 (apache#9) * Address interface change cr * Address comments and fix bugs * Make unit test stable * Improve unit test * Address cr * Address cr * Fix flaky unit test layer_norm * Fix doc
rahul003
pushed a commit
to rahul003/mxnet
that referenced
this pull request
Jun 4, 2018
* [Quantization] 8bit Quantization and GPU Support [Quantization] CuDNN 8bit quantized relu v0.1 [Quantization] CuDNN 8bit quantized max_pool v0.1 [Quantization] CuDNN 8bit quantized lrn v0.1 [Quantization] CuDNN 8bit quantized convolution v0.1 [Quantization] CuDNN 8bit quantized fully connected v0.1 [Quantization] Small fix [Quantization] Implement backward method [Quantization] Convolution backward method [Quantization] Add range for matmul and conv [Quantization] New types in ndarray.py [Quantization] 8bit conv works [Quantization] conv support multiple type [Quantization] matmul works now [Quantization] matmul works well [Quantization] efactor quantization operators [Quantization] Op: quantize_down_and_shrink_range [Quantization] Complete quantize_graph_pass [Quantization] Add example [Quantization] Take zero-center quantize, accuracy fixed [Quantization] Multiple layers MLP pass [Quantization] Make quantized_conv same as Convolution [Quantization] quantized_conv works [Quantization] Fix bug [Quantization] lenet works now [Quantization] Add quantized_flatten [Quantization] Quantized max pool works well [Quantization] Make quantized_conv support NHWC [Quantization] add max_pool [Quantization] add ignore_symbols [Quantization] Save change [Quantization] Reorganize tests, 8 layers resnet works on cifar [Quantization] Support for 'NHWC' max pool [Quantization] Support for 'NHWC' quantized max pool [Quantization] Fix speed of quantize_down_and_shrink_range [Quantization] script for resnet on imagenet [Quantization] refactor for quantize offline [Quantization] Fix infershape [Quantization] Update test [Quantization] Update example [Quantization] Fix build error * [Quantization] Add calibration flow and refactor code Rebase with dmlc/master Add quantize_down_and_shrink by threshold Don't assign resource when threshold is available for quantize_down_and_shrink Fix quantize_down_and_shrink saturation Implement pass for setting calib table to node attrs Rebase with upstream master Change threshold to min/max quantized params Add c-api for setting calib table to graph Add calibration front end function Bug fixes and add unit test Add data iter type to calibration Fix bug in calibrate_quantized_model Bug fix and add example Add the second calibration approach and benchmark Fix Fix infer error and add benchmark for conv Add benchmark script Change output names and argument names Remove commented out code Change name Add layout to benchmark_convolution Remove redundant comment Remove common and add soft link More fix and benchmark Add scripts to plot images Minor fix More fix More fix and util tools Tools and support bias in quantized_conv2d Add script for getting the optimal thresholds using kl divergence Add kl divergence for optimizing thresholds Add benchmark scripts Fix compile after rebasing on master Allocate temp space only once for quantized_conv2d Change quantize_down_and_shrink_range to allocate temp space once No temp space for calib model Refactor quantize_down_and_shrink_range into requantize Refactor quantized convolution using nnvm interfaces Fix quantized_conv bug Use ConvolutionParam for QuantizedCuDNNConvOp Refactor quantized fc using nnvm interfaces Change TQuantizationNeedShrink to FNeedRequantize Refactor quantized_pooling Simplify FQuantizedOp interface Better naming Fix shape and type inference for quantized_flatten Clean up quantization frontend APIs and examples Delete quantized lrn and relu Add python script for generating quantized models Add script for running inference Add inference example Remove redundant files from example/quantization Simplify user-level python APIs Add logger Improve user-level python api Fix coding style Add unit test for quantized_conv Fix bugs in quantized_fully_connected and add unit test Add unit test for requantize Fix a bug and add python api unit tests Import test_quantization in test_operator_gpu.py Rebase with master Remove redundant files Fix test case for python3 and fix doc Fix unit tests Fix unit tests for python3 Release used ndarrays in calibration for saving memory usage Simplify releasing memory of used ndarrays for calibration Fix a bug Revert "Fix a bug" This reverts commit f7853f2. Revert "Simplify releasing memory of used ndarrays for calibration" This reverts commit 70b9e38. Clean up benchmark script and improve example Add API and example documentation and fix bugs Remove redundant test file and improve error message Merge quantize and dequantize with master impl Remove commented code Hide monitor interface from users Remove interface from Module Add license header Move quantization unittests to a separate folder so that it can be only run on P3 instances Remove quantization unittests from test_operator_gpu.py Move quantization to contrib Fix lint Add mxnetlinux-gpu-p3 to jenkins Fix jenkins Fix CI build Fix CI Update jenkins file Use cudnn7 for ci Add docker file for quantization unit test only Correctly skip build with cudnn < 6 Add doc for quantize symbol api Fix lint Fix python3 and add doc Try to fix cudnn build problem * Fix compile error * Fix CI * Remove tests that should not run on P3 * Remove unnecessary docker file * Fix registering quantized nn ops * Reformat Jenkinsfile and switch quantization to CUDA 9 (apache#9) * Address interface change cr * Address comments and fix bugs * Make unit test stable * Improve unit test * Address cr * Address cr * Fix flaky unit test layer_norm * Fix doc
ThomasDelteil
referenced
this pull request
in ThomasDelteil/incubator-mxnet
Aug 13, 2019
Jenkins docs pipeline updated
channel960608
pushed a commit
to channel960608/incubator-mxnet
that referenced
this pull request
Aug 17, 2021
# This is the 1st commit message: FIX: loading on Linux platform # This is the commit message #2: UPDATE: ci for java-package # This is the commit message apache#3: UPDATE: ci for java-package # This is the commit message apache#4: UPDATE: ci for java-package # This is the commit message apache#5: UPDATE: ci for java-package # This is the commit message apache#6: UPDATE: ci for java-package # This is the commit message apache#7: UPDATE: ci for java-package # This is the commit message apache#8: UPDATE: ci for java-package # This is the commit message apache#9: UPDATE: ci for java-package # This is the commit message apache#10: UPDATE: ci for java-package # This is the commit message apache#11: UPDATE: ci for java-package # This is the commit message apache#12: UPDATE: ci for java-package # This is the commit message apache#13: UPDATE: ci for java-package # This is the commit message apache#14: UPDATE: ci for java-package # This is the commit message apache#15: UPDATE: ci for java-package # This is the commit message apache#16: UPDATE: ci for java-package # This is the commit message apache#17: UPDATE: ci for java-package # This is the commit message apache#18: UPDATE: ci for java-package
channel960608
pushed a commit
to channel960608/incubator-mxnet
that referenced
this pull request
Aug 17, 2021
parent 1ea18ed author cspchen <[email protected]> 1629186478 +0800 committer cspchen <[email protected]> 1629186485 +0800 # This is a combination of 21 commits. # This is the 1st commit message: FIX: loading on Linux platform # This is the commit message #2: UPDATE: ci for java-package # This is the commit message apache#3: UPDATE: ci for java-package # This is the commit message apache#4: UPDATE: ci for java-package # This is the commit message apache#5: UPDATE: ci for java-package # This is the commit message apache#6: UPDATE: ci for java-package # This is the commit message apache#7: UPDATE: ci for java-package # This is the commit message apache#8: UPDATE: ci for java-package # This is the commit message apache#9: UPDATE: ci for java-package # This is the commit message apache#10: UPDATE: ci for java-package # This is the commit message apache#11: UPDATE: ci for java-package # This is the commit message apache#12: UPDATE: ci for java-package # This is the commit message apache#13: UPDATE: ci for java-package # This is the commit message apache#14: UPDATE: ci for java-package # This is the commit message apache#15: UPDATE: ci for java-package # This is the commit message apache#16: UPDATE: ci for java-package # This is the commit message apache#17: UPDATE: ci for java-package # This is the commit message apache#18: UPDATE: ci for java-package # This is the commit message apache#19: UPDATE: ci for java-package # This is the commit message apache#20: UPDATE: ci for java-package # This is the commit message apache#21: UPDATE: ci for java-package # This is the commit message apache#22: UPDATE: ci for java-package # This is the commit message apache#23: UPDATE: jenkins ci scripts for java-package # This is the commit message apache#24: UPDATE: jenkins ci scripts for java-package # This is the commit message apache#25: UPDATE: jenkins ci scripts for java-package # This is the commit message apache#26: UPDATE: jenkins ci scripts for java-package # This is the commit message apache#27: UPDATE: jenkins ci scripts for java-package
channel960608
pushed a commit
to channel960608/incubator-mxnet
that referenced
this pull request
Aug 17, 2021
parent 1ea18ed author cspchen <[email protected]> 1629186478 +0800 committer cspchen <[email protected]> 1629186485 +0800 # This is a combination of 21 commits. # This is the 1st commit message: FIX: loading on Linux platform # This is the commit message #2: UPDATE: ci for java-package # This is the commit message apache#3: UPDATE: ci for java-package # This is the commit message apache#4: UPDATE: ci for java-package # This is the commit message apache#5: UPDATE: ci for java-package # This is the commit message apache#6: UPDATE: ci for java-package # This is the commit message apache#7: UPDATE: ci for java-package # This is the commit message apache#8: UPDATE: ci for java-package # This is the commit message apache#9: UPDATE: ci for java-package # This is the commit message apache#10: UPDATE: ci for java-package # This is the commit message apache#11: UPDATE: ci for java-package # This is the commit message apache#12: UPDATE: ci for java-package # This is the commit message apache#13: UPDATE: ci for java-package # This is the commit message apache#14: UPDATE: ci for java-package # This is the commit message apache#15: UPDATE: ci for java-package # This is the commit message apache#16: UPDATE: ci for java-package # This is the commit message apache#17: UPDATE: ci for java-package # This is the commit message apache#18: UPDATE: ci for java-package # This is the commit message apache#19: UPDATE: ci for java-package # This is the commit message apache#20: UPDATE: ci for java-package # This is the commit message apache#21: UPDATE: ci for java-package # This is the commit message apache#22: UPDATE: ci for java-package # This is the commit message apache#23: UPDATE: jenkins ci scripts for java-package # This is the commit message apache#24: UPDATE: jenkins ci scripts for java-package # This is the commit message apache#25: UPDATE: jenkins ci scripts for java-package # This is the commit message apache#26: UPDATE: jenkins ci scripts for java-package # This is the commit message apache#27: UPDATE: jenkins ci scripts for java-package # This is the commit message apache#28: UPDATE: jenkins ci scripts for java-package # This is the commit message apache#30: UPDATE: jenkins ci scripts for java-package # This is the commit message apache#31: UPDATE: jenkins ci scripts for java-package # This is the commit message apache#32: UPDATE: jenkins ci scripts for java-package # This is the commit message apache#33: UPDATE: jenkins ci scripts for java-package # This is the commit message apache#34: FIX: issues in Resource close methods # This is the commit message apache#35: FIX: issues in Resource close methods
lanking520
pushed a commit
that referenced
this pull request
Oct 5, 2021
* ADD: first commit * ADD: load local libraries * UPDATE: use header files of MXNet 2.0 * ADD: load binaries from environment variable, java properties or jar files. * ADD: add symbol loading and closing add module integration * ADD: [WIP] Component MxNDArray * ADD: [WIP] Component MxNDArray * ADD: Component MxNDArray. Pass static compilation check * ADD: Component CachedOp * REMOVE: module api which is no use * FIX: dependency missing * ADD: [WIP] add test cases for NdArray and CachedOp * ADD: [WIP] add test cases for NdArray and CachedOp * ADD: implement of the forward function for MxSymbolblock * ADD: implement of the forward function for MxSymbolblock * ADD: Sample model downloader for MLP * ADD: doc * ADD: Front-end module for inference, class MxModel, Predictor and so on. * FIX: Mxnet crash when process exits. * FIX: remove and initialize 3rdparty directory * FIX: revert version of submodules: dlpack, dmlc-core, googletest, ps-lite * Revert "FIX: remove and initialize 3rdparty directory" This reverts commit d097675 * FIX: redownload files in 3rdparty * FIX: reset --hard the version of a few submodules * FIX: reset --hard the version of a few submodules * FIX: reset --hard the version of a few submodules * PERF: [WIP] optimize code structure and memory management and * ADD: add copyright; remove Mx prefix for some classes * ADD: add copyright * FIX: group name, path to find header files * UPDATE: README.md * ADD: copyright * ADD: copyright * ADD: package-info ADD: ci ADD: ci ADD: make modification to trigger ci ADD: ci ADD: ci ADD: ci ADD: ci ADD: gradlew ADD: java_package_ci ADD: java_package_ci ADD: java_package_ci ADD: java_package_ci ADD: java_package_ci ADD: java_package_ci ADD: java_package_ci ADD: java_package_ci ADD: java_package_ci FIX: build failure * FIX: ci config file * UPDATE: remove ParameterStore and some scripts UPDATE: remove Initializer.java * UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: jenkins ci scripts for java-package UPDATE: jenkins ci scripts for java-package UPDATE: jenkins ci scripts for java-package UPDATE: jenkins ci scripts for java-package UPDATE: jenkins ci scripts for java-package UPDATE: jenkins ci scripts for java-package UPDATE: jenkins ci scripts for java-package UPDATE: jenkins ci scripts for java-package UPDATE: jenkins ci scripts for java-package UPDATE: jenkins ci scripts for java-package FIX: issues in Resource close methods FIX: issues in Resource close methods FIX: issues in Resource close methods UPDATE: remove scripts for dev * FIX: loading on Linux platform * # This is a combination of 18 commits. # This is the 1st commit message: FIX: loading on Linux platform # This is the commit message #2: UPDATE: ci for java-package # This is the commit message #3: UPDATE: ci for java-package # This is the commit message #4: UPDATE: ci for java-package # This is the commit message #5: UPDATE: ci for java-package # This is the commit message #6: UPDATE: ci for java-package # This is the commit message #7: UPDATE: ci for java-package # This is the commit message #8: UPDATE: ci for java-package # This is the commit message #9: UPDATE: ci for java-package # This is the commit message #10: UPDATE: ci for java-package # This is the commit message #11: UPDATE: ci for java-package # This is the commit message #12: UPDATE: ci for java-package # This is the commit message #13: UPDATE: ci for java-package # This is the commit message #14: UPDATE: ci for java-package # This is the commit message #15: UPDATE: ci for java-package # This is the commit message #16: UPDATE: ci for java-package # This is the commit message #17: UPDATE: ci for java-package # This is the commit message #18: UPDATE: ci for java-package * # This is a combination of 27 commits. parent 1ea18ed author cspchen <[email protected]> 1629186478 +0800 committer cspchen <[email protected]> 1629186485 +0800 # This is a combination of 21 commits. # This is the 1st commit message: FIX: loading on Linux platform # This is the commit message #2: UPDATE: ci for java-package # This is the commit message #3: UPDATE: ci for java-package # This is the commit message #4: UPDATE: ci for java-package # This is the commit message #5: UPDATE: ci for java-package # This is the commit message #6: UPDATE: ci for java-package # This is the commit message #7: UPDATE: ci for java-package # This is the commit message #8: UPDATE: ci for java-package # This is the commit message #9: UPDATE: ci for java-package # This is the commit message #10: UPDATE: ci for java-package # This is the commit message #11: UPDATE: ci for java-package # This is the commit message #12: UPDATE: ci for java-package # This is the commit message #13: UPDATE: ci for java-package # This is the commit message #14: UPDATE: ci for java-package # This is the commit message #15: UPDATE: ci for java-package # This is the commit message #16: UPDATE: ci for java-package # This is the commit message #17: UPDATE: ci for java-package # This is the commit message #18: UPDATE: ci for java-package # This is the commit message #19: UPDATE: ci for java-package # This is the commit message #20: UPDATE: ci for java-package # This is the commit message #21: UPDATE: ci for java-package # This is the commit message #22: UPDATE: ci for java-package # This is the commit message #23: UPDATE: jenkins ci scripts for java-package # This is the commit message #24: UPDATE: jenkins ci scripts for java-package # This is the commit message #25: UPDATE: jenkins ci scripts for java-package # This is the commit message #26: UPDATE: jenkins ci scripts for java-package # This is the commit message #27: UPDATE: jenkins ci scripts for java-package * MERGE: resolve conflicts * MERGE: resolve conflicts * # This is a combination of 35 commits. parent 1ea18ed author cspchen <[email protected]> 1629186478 +0800 committer cspchen <[email protected]> 1629186485 +0800 # This is a combination of 21 commits. # This is the 1st commit message: FIX: loading on Linux platform # This is the commit message #2: UPDATE: ci for java-package # This is the commit message #3: UPDATE: ci for java-package # This is the commit message #4: UPDATE: ci for java-package # This is the commit message #5: UPDATE: ci for java-package # This is the commit message #6: UPDATE: ci for java-package # This is the commit message #7: UPDATE: ci for java-package # This is the commit message #8: UPDATE: ci for java-package # This is the commit message #9: UPDATE: ci for java-package # This is the commit message #10: UPDATE: ci for java-package # This is the commit message #11: UPDATE: ci for java-package # This is the commit message #12: UPDATE: ci for java-package # This is the commit message #13: UPDATE: ci for java-package # This is the commit message #14: UPDATE: ci for java-package # This is the commit message #15: UPDATE: ci for java-package # This is the commit message #16: UPDATE: ci for java-package # This is the commit message #17: UPDATE: ci for java-package # This is the commit message #18: UPDATE: ci for java-package # This is the commit message #19: UPDATE: ci for java-package # This is the commit message #20: UPDATE: ci for java-package # This is the commit message #21: UPDATE: ci for java-package # This is the commit message #22: UPDATE: ci for java-package # This is the commit message #23: UPDATE: jenkins ci scripts for java-package # This is the commit message #24: UPDATE: jenkins ci scripts for java-package # This is the commit message #25: UPDATE: jenkins ci scripts for java-package # This is the commit message #26: UPDATE: jenkins ci scripts for java-package # This is the commit message #27: UPDATE: jenkins ci scripts for java-package # This is the commit message #28: UPDATE: jenkins ci scripts for java-package # This is the commit message #30: UPDATE: jenkins ci scripts for java-package # This is the commit message #31: UPDATE: jenkins ci scripts for java-package # This is the commit message #32: UPDATE: jenkins ci scripts for java-package # This is the commit message #33: UPDATE: jenkins ci scripts for java-package # This is the commit message #34: FIX: issues in Resource close methods # This is the commit message #35: FIX: issues in Resource close methods * parent 1ea18ed author cspchen <[email protected]> 1629186478 +0800 committer cspchen <[email protected]> 1629186485 +0800 FIX: loading on Linux platform UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: ci for java-package UPDATE: jenkins ci scripts for java-package UPDATE: jenkins ci scripts for java-package UPDATE: jenkins ci scripts for java-package UPDATE: jenkins ci scripts for java-package UPDATE: jenkins ci scripts for java-package UPDATE: jenkins ci scripts for java-package UPDATE: jenkins ci scripts for java-package UPDATE: jenkins ci scripts for java-package UPDATE: jenkins ci scripts for java-package UPDATE: jenkins ci scripts for java-package FIX: issues in Resource close methods FIX: issues in Resource close methods FIX: issues in Resource close methods DOC: add doc STYLE: change code style for pmd check FIX: avoid the register for a signal handler twice STYLE: pass pmd check UPDATE: remove unused scripts * FIX: solve problems before merge * UPDATE: remove useless files * FIX: licence to apache * FIX: sanity check * FIX: sanity check * FIX: sanity check * FIX: remove unused files * FIX: remove unused files * DOC: add document * FIX: doesn't work on osx * FIX: clang static check * FIX: sanity * FIX: skip signal handler registration when building java package * FIX: remove DataType String * FIX: add license Co-authored-by: cspchen <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.