Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Showing proper error message when an attempt is made to create large tensor but MXNet is not built with it #16570

Merged
merged 7 commits into from
Oct 29, 2019

Commits on Oct 28, 2019

  1. added error message when creating NDarray and syncing copies to and f…

    …rom CPU
    Rohit Kumar Srivastava committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    a841a0c View commit details
    Browse the repository at this point in the history
  2. bug fix for 1>>31 -> uint32_t{1}<<31 and showing error message when u…

    …ser attempts to pass large ndarrays as inputs to operators or large shape of inputs for memory allocation.
    Rohit Kumar Srivastava committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    5588fa8 View commit details
    Browse the repository at this point in the history
  3. adding error messages to other operators where user can create NDArra…

    …y indirectly
    Rohit Kumar Srivastava committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    9b6ab15 View commit details
    Browse the repository at this point in the history
  4. bug fix

    Rohit Kumar Srivastava committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    7fca241 View commit details
    Browse the repository at this point in the history
  5. removing additional checks

    Rohit Kumar Srivastava committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    9474265 View commit details
    Browse the repository at this point in the history
  6. Revert "removing additional checks"

    This reverts commit d035559.
    Rohit Kumar Srivastava committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    5698228 View commit details
    Browse the repository at this point in the history
  7. adding tests and comments. Removed int64 check from linspace

    Rohit Kumar Srivastava committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    2a7e027 View commit details
    Browse the repository at this point in the history