pytorch
5088e495 - Add quantized conv transpose2d op (#120151)

Commit
241 days ago
Add quantized conv transpose2d op (#120151) Test Plan: Run vulkan api test: # buck2 build --target-platforms ovr_config//platform/macos:arm64-fbsource //xplat/caffe2:pt_vulkan_api_test_binAppleMac\#macosx-arm64 -c pt.vulkan_full_precision=1 --show-output" # buck-out//v2/gen/fbsource/xplat/caffe2/pt_vulkan_api_test_binAppleMac Running main() from third-party/googletest/1.14.0/googletest/googletest/src/gtest_main.cc [==========] Running 418 tests from 1 test suite. [----------] Global test environment set-up. [----------] 418 tests from VulkanAPITest .... [----------] Global test environment tear-down [==========] 418 tests from 1 test suite ran. (4510 ms total) [ PASSED ] 417 tests. [ SKIPPED ] 1 test, listed below: [ SKIPPED ] VulkanAPITest.querypool_flushed_shader_log YOU HAVE 9 DISABLED TESTS Run quantized vulkan api test: Note the linear quantized are failing but all the convolution tests still pass. Linear failures are being debugged. # buck2 build --target-platforms ovr_config//platform/macos:arm64-fbsource //xplat/caffe2:pt_vulkan_quantized_api_test_binAppleMac\#macosx-arm64 -c pt.vulkan_full_precision=1 --show-output" # buck-out//v2/gen/fbsource/xplat/caffe2/pt_vulkan_quantized_api_test_binAppleMac Running main() from third-party/googletest/1.14.0/googletest/googletest/src/gtest_main.cc [==========] Running 86 tests from 1 test suite. [----------] Global test environment set-up. [----------] 86 tests from VulkanAPITest ... [ PASSED ] 77 tests. [ FAILED ] 9 tests, listed below: [ FAILED ] VulkanAPITest.linear_2d_flat [ FAILED ] VulkanAPITest.linear_2d_small [ FAILED ] VulkanAPITest.linear_2d_large [ FAILED ] VulkanAPITest.linear_3d_flat [ FAILED ] VulkanAPITest.linear_3d_small [ FAILED ] VulkanAPITest.linear_3d_large [ FAILED ] VulkanAPITest.linear_4d_flat [ FAILED ] VulkanAPITest.linear_4d_small [ FAILED ] VulkanAPITest.linear_4d_large 9 FAILED TESTS YOU HAVE 8 DISABLED TESTS Differential Revision: D52344261 Pull Request resolved: https://github.com/pytorch/pytorch/pull/120151 Approved by: https://github.com/yipjustin
Committer
Parents
Loading