pytorch
5abe454d - [Vulkan][TCC] Fix conv2d pack biases (#89568)

Commit
2 years ago
[Vulkan][TCC] Fix conv2d pack biases (#89568) Summary: Fixed bug on pack_biases, where the weight scale and zero point were being assigned to the bias. Test Plan: On Mac ``` cd ~/fbsource buck1 run -c pt.vulkan_full_precision=1 //xplat/caffe2:pt_vulkan_quantized_api_test_binAppleMac\#macosx-arm64 ``` On Android ``` cd ~/fbsource buck1 build -c ndk.custom_libcxx=false -c pt.enable_qpl=0 -c pt.vulkan_full_precision=1 //xplat/caffe2:pt_vulkan_quantized_api_test_binAndroid\#android-arm64 --show-output adb push buck-out/gen/xplat/caffe2/pt_vulkan_quantized_api_test_binAndroid\#android-arm64 /data/local/tmp/vulkan_quantized_api_test adb shell "/data/local/tmp/vulkan_quantized_api_test" ``` Reviewed By: SS-JIA Differential Revision: D41350358 Pull Request resolved: https://github.com/pytorch/pytorch/pull/89568 Approved by: https://github.com/salilsdesai
Committer
Parents
Loading