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

[REFACTOR] top - namespace for Tensor Operation DSL #4727

Merged
merged 2 commits into from
Jan 16, 2020
Merged

Commits on Jan 16, 2020

  1. [REFACTOR] introduce top - Tensor Operation DSL.

    Historically we put Tensor, Schedule and compute under the root tvm namespace.
    This is no longer a good idea as the project's scope grows larger
    than the tensor operation DSL.
    
    This PR introduces top -- a namespace for tensor operational
    DSL concepts such as schedule, tensor, compute.
    We moved the related files to the new top subfolder.
    tqchen committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    d159271 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a55c90 View commit details
    Browse the repository at this point in the history