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

Frontend: add syntactic sugar for schedule and storage types. #1088

Merged
merged 5 commits into from
Aug 16, 2022

Commits on Aug 15, 2022

  1. Frontend: add syntactic sugar for schedule and storage types.

    This enables parsing statements like
    ```python
    for i in dace.map[0:N] @ ScheduleType.GPU_Device
      ...
    ```
    And:
    ```python
    def add(X: dace.float32[32] @ StorageType.GPU_Global):
      ...
    ```
    orausch committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    cbeaecf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c20eec5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    4286fbf View commit details
    Browse the repository at this point in the history
  2. Fix and test for Python-mode

    tbennun committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b06410b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ff3b6e View commit details
    Browse the repository at this point in the history