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

CPU argument input #1423

Merged
merged 8 commits into from
Oct 27, 2019
Merged

CPU argument input #1423

merged 8 commits into from
Oct 27, 2019

Commits on Oct 25, 2019

  1. * Make input arguments accept TensorVector

    * Change type of existing support operators
    * Remove support device from tests
    * Review fixes
    
    Author: Rafal Banas <Banas.Rafal97@gmail.com>
    Signed-off-by: Rafal Banas <Banas.Rafal97@gmail.com>
    Rafal Banas authored and mzient committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    0849b3d View commit details
    Browse the repository at this point in the history
  2. Remove SupportWorkspace and SupportBackend. Insert MakeContiguous for…

    … ArgumentInputs of GPU operators.
    
    Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
    mzient committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    9038b06 View commit details
    Browse the repository at this point in the history
  3. Fix TensorVector for TensorList constructor.

    Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
    mzient committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c48430c View commit details
    Browse the repository at this point in the history
  4. - Make TensorVector track changes in underlying TensorList.

    - Update TensorVectors in ArgumentWorkspace when created from TensorLists.
    - Make TensorVector `UpdateViews` a public function.
    
    Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
    mzient committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    e94d68c View commit details
    Browse the repository at this point in the history
  5. * Rebase

    * Rename AcquireTensorArgument to GetPerSampleArgument
    * Make GetPerSampleArgument work with TensorVector
    
    Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
    mzient committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    5abb306 View commit details
    Browse the repository at this point in the history
  6. Deprecate \"support\" device.

    Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
    mzient committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    24d1cc1 View commit details
    Browse the repository at this point in the history
  7. Replace "support" with "cpu" at AddOperator. Remove all other referen…

    …ces to "support" device.
    
    Restore backend parameter in TestCopyToTensorList.
    
    Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
    mzient committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    70dc7bc View commit details
    Browse the repository at this point in the history
  8. Revert changes to RN50 test.

    Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
    mzient committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    f5f11cd View commit details
    Browse the repository at this point in the history