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

[vulkan] Add 2D transposed convolutions #67104

Closed
wants to merge 1 commit into from

Commits on Oct 25, 2021

  1. [vulkan] Add 2D transposed convolutions (pytorch#67104)

    Summary:
    Pull Request resolved: pytorch#67104
    
    Add 2D transposed convolutions to Vulkan. Currently, only `dilation={1,1}` is supported. We plan to support dilation at a later time.
    
    Test Plan:
    Build and run `vulkan_api_test`:
    
    ```
    cd ~/pytorch
    BUILD_CUSTOM_PROTOBUF=OFF \
      BUILD_TEST=ON \
      USE_EIGEN_FOR_BLAS=OFF \
      USE_FBGEMM=OFF \
      USE_MKLDNN=OFF \
      USE_NNPACK=OFF \
      USE_NUMPY=OFF \
      USE_OBSERVERS=OFF \
      USE_PYTORCH_QNNPACK=OFF \
      USE_QNNPACK=OFF \
      USE_VULKAN=ON \
      USE_VULKAN_API=ON \
      USE_VULKAN_SHADERC_RUNTIME=ON \
      USE_VULKAN_WRAPPER=OFF \
      MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python3 setup.py develop --cmake && ./build/bin/vulkan_api_test
    ```
    
    Differential Revision: D31731742
    
    fbshipit-source-id: c67daa733fdc235941417197efe8acfcacd44c66
    SS-JIA authored and facebook-github-bot committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    763aba2 View commit details
    Browse the repository at this point in the history