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

[SYSTEMML-259] Function with no return value fix #463

Conversation

deroneriksson
Copy link
Member

Add additional target null checks so that if a function does not return a
value and is not inlined, it does not require an lvalue.
Add MLContext tests with forced function calls.

Add additional target null checks so that if a function does not return a
value and is not inlined, it does not require an lvalue.
Add MLContext tests with forced function calls.
Copy link
Contributor

@dusenberrymw dusenberrymw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, works for the nn/test/runt_tests.dml file with the tmp = pieces removed. LGTM.

@deroneriksson
Copy link
Member Author

Thank you for reviewing @dusenberrymw!

@asfgit asfgit closed this in ad3e78a Apr 19, 2017
j143-zz pushed a commit to j143-zz/systemml that referenced this pull request Nov 4, 2017
Add additional target null checks so that if a function does not return a
value and is not inlined, it does not require an lvalue.
Add MLContext tests with forced function calls.

Closes apache#463.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants