-
Notifications
You must be signed in to change notification settings - Fork 426
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
enable net_size_check by default with different max sizes for c and cuda #649
Conversation
@developedby i resolve the issue. |
Compiled | ||
[4m[1m[31mErrors:[0m | ||
[1mIn definition '[4mmain[0m[1m':[0m | ||
Definition is too large for hvm (size=120002, max size=4095). Please break it into smaller pieces. |
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.
This is weird, it should be breaking this thing in pieces of the size we passed to the float_combinators
pass (64, MAX_NET_SIZE_CUDA)
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.
I'll have a look into why this is 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.
Looks good, good job.
You have to rerun the tessts and update the snapshots for you last changes |
@developedby updated the snapshots! |
Thank you so much! This has been bugging me for some time |
Fixes #622