Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ARM][BUG] fix int8 dwconv kernel shape error #514

Merged
merged 3 commits into from
Nov 9, 2020
Merged

Conversation

seanxcwang
Copy link
Collaborator


void DepthwiseI8K3(int8_t* dst, const int8_t* src, const int8_t* weight, const int32_t* bias_z, long width,
long src_y_step, long src_w_step, long dst_depth, long fw, long fh, const float* scale_z);

void DepthwiseConvI8(const int8_t* src, int8_t* dst, long dst_depth, long src_y_step, long dst_y_step, long dst_height,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个函数声明可以删掉?

@codecov-io
Copy link

codecov-io commented Nov 7, 2020

Codecov Report

Merging #514 (a42d616) into master (4b9ffbe) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #514   +/-   ##
=======================================
  Coverage   24.50%   24.50%           
=======================================
  Files         287      287           
  Lines        9030     9030           
=======================================
  Hits         2213     2213           
  Misses       6817     6817           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4b9ffbe...a42d616. Read the comment docs.

@seanxcwang seanxcwang merged commit b6ead75 into master Nov 9, 2020
@seanxcwang seanxcwang deleted the hotfix-issue#317 branch November 9, 2020 02:32
gttiankai pushed a commit that referenced this pull request Nov 9, 2020
* [ARM][BUG] fix int8 dwconv kernel shape error

* [ARM][DEL] delete unused int8 compute code
gttiankai pushed a commit that referenced this pull request Nov 10, 2020
* [ARM][BUG] fix int8 dwconv kernel shape error

* [ARM][DEL] delete unused int8 compute code
darrenyao87 added a commit that referenced this pull request Nov 16, 2020
* master: (48 commits)
  create issue templates (#549)
  [OPENCL] fix fp16 select with short condition (#544)
  [Metal] enable CPU N8UC4 Mat in metal ConvertFromMat (#543)
  Add fuse SpaceToDepth and DepthToSpace (#542)
  [TOOL][ADD] add output name param support (#537)
  [CONVERTER][BUG] fix the bug of fuse conv (#529)
  [UPD] update iOS&macos building scripts, check building errors (#531)
  [Metal] fix reshape out-of-bound access bug (#496)
  Feature demo hairsegmentation (#530)
  [Metal] fix bugs in Copy NCHW_FLAOT mat from metal to CPU (#472)
  support SpaceToDepth and DepthToSpace Operator (#526)
  update onnx coreml convert tool (#467)
  [ARM] fix reduce l2 layer error (#527)
  Patch rknpu (#528)
  [OPENCL] add opencl code gen to make stage (#521)
  Feature issue 475 (#517)
  [ARM][BUG] fix int8 dwconv kernel shape error (#514)
  [OPENCL] change opencl force fp32 to precision mode && fix layer (#522)
  [iOS] fix iPhone and simulator arch conflicts with Xcode12 (#523)
  Set name and type of Reformat LayerParam (#519)
  ...

# Conflicts:
#	examples/android/demo/src/main/java/com/tencent/tnn/demo/StreamBlazeFaceAlign/StreamBlazeFaceAlignFragment.java
#	examples/android/demo/src/main/java/com/tencent/tnn/demo/StreamBlazeFaceDetector/StreamBlazeFaceDetectFragment.java
#	examples/android/demo/src/main/java/com/tencent/tnn/demo/StreamFaceDetector/StreamFaceDetectFragment.java
#	examples/android/demo/src/main/java/com/tencent/tnn/demo/StreamObjectDetector/StreamObjectDetectFragment.java
#	examples/android/demo/src/main/java/com/tencent/tnn/demo/StreamObjectDetectorSSD/StreamObjectDetectSSDFragment.java
#	include/tnn/core/status.h
#	platforms/ios/tnn.xcodeproj/project.pbxproj
#	source/tnn/core/default_network.cc
#	source/tnn/device/cpu/cpu_blob_converter.cc
#	source/tnn/interpreter/net_structure.cc
#	source/tnn/interpreter/net_structure.h
#	source/tnn/optimizer/net_optimizer_insert_int8_reformat.cc
#	source/tnn/utils/mat_utils.cc
#	source/tnn/utils/naive_compute.cc
#	test/test.cc
#	tools/onnx2tnn/src/core/onnx_fuse/onnx2tnn_fuse_spacetodepth.cc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants