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

merge #8

Merged
merged 6 commits into from
Jan 29, 2021
Merged

merge #8

merged 6 commits into from
Jan 29, 2021

Commits on Jan 2, 2021

  1. Nicer error messages for mode-forbidden ops (#169)

    * start fobbiden ops checks
    
    Signed-off-by: Ryan Nett <rnett@calpoly.edu>
    
    * fix style
    
    Signed-off-by: Ryan Nett <rnett@calpoly.edu>
    
    * move checks to builder method
    
    Signed-off-by: Ryan Nett <rnett@calpoly.edu>
    rnett authored Jan 2, 2021
    Configuration menu
    Copy the full SHA
    e4a11b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Initialization imprvements (#178)

    * No-op on initAdd in eager mode
    
    Signed-off-by: Ryan Nett <rnett@calpoly.edu>
    
    * runInit() method in session
    
    Signed-off-by: Ryan Nett <rnett@calpoly.edu>
    
    * add doInitialization() to Runner
    
    Signed-off-by: Ryan Nett <rnett@calpoly.edu>
    
    * fix javadoc
    
    Signed-off-by: Ryan Nett <rnett@calpoly.edu>
    
    * assume only graph or eager environments
    
    Signed-off-by: Ryan Nett <rnett@calpoly.edu>
    
    * Remove doInit(), update javadocs
    
    Signed-off-by: Ryan Nett <rnett@calpoly.edu>
    
    * small fixes
    
    Signed-off-by: Ryan Nett <rnett@calpoly.edu>
    rnett authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    0fc54c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Clairify tensorOf lifetime requirements (#190)

    * Clairify tensorOf lifetime requirements
    
    Signed-off-by: Ryan Nett <rnett@calpoly.edu>
    
    * Do codegen
    
    Signed-off-by: Ryan Nett <rnett@calpoly.edu>
    rnett authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    b54526c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Remove extra generics from op generation (#193)

    * Successfully remove extra type params, but it broke javadoc generation
    
    Signed-off-by: Ryan Nett <rnett@calpoly.edu>
    
    * Generate covariant types
    
    Signed-off-by: Ryan Nett <rnett@calpoly.edu>
    
    * Do generation
    
    Signed-off-by: Ryan Nett <rnett@calpoly.edu>
    
    * Update help text.
    
    Signed-off-by: Ryan Nett <rnett@calpoly.edu>
    
    * Fixes
    
    Signed-off-by: Ryan Nett <rnett@calpoly.edu>
    rnett authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    5e4b214 View commit details
    Browse the repository at this point in the history
  2. Add Java 11 support - Initial Phase (#185)

    * Add profile for JDK11 and  Automatic-Module-Name to jars
    
    * add maven.compiler.release=11
    JimClarke5 authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    d6d07cd View commit details
    Browse the repository at this point in the history
  3. Update manual ops for new codegen (#196)

    Signed-off-by: Ryan Nett <rnett@calpoly.edu>
    rnett authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    496191d View commit details
    Browse the repository at this point in the history