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

GPU fusion code cleanup: Extract GpuInstructionFusion::IsFusible into gpu_fusible.cc #25842

Merged
merged 9 commits into from
Mar 5, 2019

Commits on Feb 16, 2019

  1. GPU fusion code cleanup: Extract GpuInstructionFusion::IsFusible into…

    … gpu_fusible.cc
    
    Tested using //tensorflow/compiler/xla/service/gpu/tests:gpu_fusion_test
    sdamani committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    abb86cd View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. Remove extra whitespace

    sdamani committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    432522e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Fix IsFusible comments

    sdamani committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    106e549 View commit details
    Browse the repository at this point in the history
  2. Fix formatting issues in IsFusible

    sdamani committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    2184ace View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Refactor IsFusible() into IsLoopFusible() and IsInputFusible().

    Tested using //tensorflow/compiler/xla/service/gpu/tests:gpu_fusion_test and //tensorflow/python/compiler
    sdamani committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    2ab789a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. Allow loop fusion of fusion computations of non-loop type.

    Fixes bug introduced in commit abb86cd
    sdamani committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    1cc6aba View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Add IsInputFusibleScatter()

    sdamani committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    81df928 View commit details
    Browse the repository at this point in the history
  2. Only fuse loop fusion computations

    sdamani committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    194c671 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Change comment to reflect scatter op

    Sana Damani committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    aea1596 View commit details
    Browse the repository at this point in the history