a tensor manipulation language
play

a tensor manipulation language Elsbeth Turcan Eliana Ward-Lev - PowerPoint PPT Presentation

Mohit Rajpal Daniel Schwartz a tensor manipulation language Elsbeth Turcan Eliana Ward-Lev Motivation What is a tensor? Native n-dimensional tensors Intuitive syntax: LaTeX and tensors Basic Syntax Comments Operators Tensors


  1. Mohit Rajpal Daniel Schwartz a tensor manipulation language Elsbeth Turcan Eliana Ward-Lev

  2. Motivation • What is a tensor? • Native n-dimensional tensors • Intuitive syntax: LaTeX and tensors

  3. Basic Syntax Comments Operators Tensors Inferred, Static Function Defs Typing

  4. Control Flow Loops IF-THEN-ELSE Return

  5. More Features Scoping: Static, C-Style File I/O, Formatted Strings

  6. Still More Features Tensor Multiplication Tensor Slicing

  7. Little Language Demo

  8. How to Run a Ranch, East Coast Style

  9. Time Dilation of GPS Satellites

  10. Perceptron

  11. Testing Suite

  12. Implementation: Overview Input(.tens file) Std library Scanner  token stream Parser  AST Semant  SAST Exceptions Codegen  LLVM IR

  13. Implementation: SAST List of globals and types Global environment List of functions with arguments and type main floats/tensors/int expressions egers/strings program statements if/for/while Functions type return arguments

  14. Codegen

  15. Challenges • Expressions which are implicity a AST subtree • Most of our functionality is code expansion • Non-trivial as code expands to constructs which do not exist in our language • Callback statement (Lllvm.llbuilder -> Llvm.llbuilder) • Continuation Passing Style (yay!) • Stack depth of 32! on a tensor multiplication

  16. Tensor memory layout • Nested arrays • Why? Recursive heavy languages prefer recursive data structures • Last level is a pointer to a float. Why? Array slicing made easy.

  17. Lessons Learned • .gitignore can be extremely valuable • Start early, work in a group as much as possible, and never commit broken code • Mohit is 26. Whaaaaaat?!? • Different people code in different ways. Someone (the manager) should be figuring out people’s strengths and playing too them. • This gets especially interesting when half the group prefers to work hard but infrequently and the other half prefers frequently for short periods of time

  18. Moving Forward Some of the features we would like to implement, given the chance: • Modify stdlib.tens to be an importable library • Modify our scanner to take any number of imports and include them as necessary • Print directly into LaTeX • Have our LaTeX pretty-printer methods be callable within .tens files • Variables, Functions, and Derivatives • Adding a data type and stdlib functions to play with it

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend