-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Relay][RFC] Relay IR Text Format #1781
Merged
Merged
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
4f37853
squashed first 30 commits
joshpoll 4717f68
use multiply, divide, and negative
joshpoll a38b9bf
towards working defn + refactoring
joshpoll 07ec0ed
comment out failing test
joshpoll c6c9f09
ifelse and bool_lit
joshpoll 00e79e0
funcType -> callType
joshpoll dfd2954
scientific notation tests
joshpoll 959e8ab
parens and op associativity
joshpoll efe648a
use alpha_equal for tests
joshpoll 4438d44
call. func+defn refactoring. work towards identtype and calltype
joshpoll b8bb3a7
identType, callType, tupleType, comment out unimplemented portions of…
joshpoll d4fb940
function annotations
joshpoll e6e2bf8
funcType and syntax changes (in particular => to ->)
joshpoll 390dbea
attempt at adding antlr4 to cmake. remove outdated grammar rules. upd…
joshpoll 2174b6a
add antlr to cmake. add new unused grammar rules. refactoring
joshpoll 8a9c41e
fix alpha eq bug and change tests to use alpha eq. test refactoring
joshpoll 41bb1ed
switch parser to use None instead of IncompleteType. revise alpha_eq …
joshpoll 20f1add
refactor for new commits
joshpoll 0657f4c
restore tests
joshpoll ba61579
restore def test
joshpoll 445a622
python linting
joshpoll 080df42
change sequence parsing
joshpoll a12bc17
remove compiler options
joshpoll 9a34108
attempt at tensor + shape types
joshpoll a20a68d
op test
joshpoll 32f644b
tensor type
joshpoll 7742e0c
fix some rebase issues
joshpoll 720af91
account for change in relay.Function interface and use relay.const
joshpoll 1069677
remove pretty printer test file
joshpoll 703673c
-> only when return type is present. fn for function types
joshpoll 2a1de38
semver
joshpoll becedbf
add python type checking to git ignore
joshpoll 955fc4e
make bools and builtin types more python-esque. realign antlr tags
joshpoll 5de44c7
rm unused code
joshpoll 8715a7e
linting
joshpoll 4301600
revert nullable alpha_equal changes
joshpoll c1db228
cmake config
joshpoll f6991fc
delete alpha_eq
joshpoll 96960bd
use scalar_type
joshpoll d640525
expose parse and parse_file via __init__.py
joshpoll e33b425
towards parser script tests
joshpoll 7d956fb
complete parser testing compatibility and expose fromtext
joshpoll a396cf7
fix bad imports
joshpoll e04dfa5
ImportError -> Exception
joshpoll 3fd20b1
linting
joshpoll 9f03684
linting
joshpoll 98e44c5
linting
joshpoll ac74b91
ci bump
joshpoll fe8a7a6
exit earlier
joshpoll bac7c19
dependencies
joshpoll fcd220b
delete separate script
joshpoll 0cf7594
failing test. should fail ci
joshpoll 30bbbfc
simplify failing test. rework import
joshpoll 4eaca59
switch USE_ANTLR from cpu to gpu
joshpoll 3199d1e
rebase
joshpoll 081a907
fix ci (please)
joshpoll f837861
source /etc/profile to add JAVA_HOME
joshpoll 7eefbf3
revert install_java change. source /etc/profile during make function
joshpoll f3abc5d
enable antlr on gpu
joshpoll 3e2244f
trigger parser tests
joshpoll ce72502
revert Dockerfile to master. remove parser tests from this pr
joshpoll f092434
revert source
joshpoll 5653528
use ENV
joshpoll 533972b
modify how ANTLR runs in cmake
joshpoll File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
dependencies
- Loading branch information
commit bac7c19345d44a8ea5bcd5d66750e2a912309266
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should not do the exit here, this will likely cause the problem of test. Instead, in each test function, check relay.parser.enabled() and return