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

Check the context/funciton PK mappings. #77

Merged
merged 8 commits into from
Jan 23, 2024
Merged

Check the context/funciton PK mappings. #77

merged 8 commits into from
Jan 23, 2024

Conversation

khatchad
Copy link
Member

We need at least one if we are expecting at least one tensor parameter.

We need at least one if we are expecting at least one tensor parameter.
@khatchad khatchad added the bug Something isn't working label Jan 23, 2024
@khatchad khatchad self-assigned this Jan 23, 2024
@khatchad khatchad added the testing Test related. label Jan 23, 2024
@khatchad khatchad marked this pull request as ready for review January 23, 2024 21:41
@khatchad khatchad enabled auto-merge (squash) January 23, 2024 21:44
@khatchad khatchad merged commit eb4f301 into master Jan 23, 2024
3 checks passed
@khatchad khatchad deleted the check_contexts branch January 23, 2024 21:47
khatchad added a commit that referenced this pull request Jan 29, 2024
* Check the context/function PK mappings.

We need at least one if we are expecting at least one tensor parameter.
@khatchad khatchad mentioned this pull request Jan 29, 2024
khatchad added a commit to wala/ML that referenced this pull request Jan 30, 2024
- Investigate decorator issue on tutorial code (ponder-lab#68)
- Fix comment.
- Add interprocedural dataset support (ponder-lab#69)
- Change log from warning to info.
- Add support for non-scalar datasets (ponder-lab#70)
- Use interprocedural analysis for property read case.
- Add logging.
- Fix non-scalar determination.
- Add logger.
- Fix logger.
- Add logging around callable workaround.
- Handle callables with lexical scoping.
- Formatting.
- Handle possible null receivers in callable lookup.
- Change log message.
- Add log.
- Add the ability to process datasets coming out of enumerate() (ponder-lab#71)
- Fix tests for input files with multiple functions.
- Enhance TF2 tests (ponder-lab#73)
- Separate tests by calling context (ponder-lab#74)
- Add tf.keras.layers.Dense.
- Move comment.
- Additional check.
- New API.
- Add autoencoder test.
- Move the value number check outside the context loop.
- More the sigmoid function to math.
- Format.
- Add API tf.add().
- Check the context/funciton PK mappings. (ponder-lab#77)
- Add URL.
- Add dataset generator and test.
- tf.nn.softmax isn't a tensor generator.
- Add URL.
- Apply spotless.
- Let's make the two tests only diff in the invocation.
- Prevent infinite recursion when processing instructions when finding tensor data flow sources.
- When we look for dataset tensor sources, we recurse up to the original defining instruction. However, there's a possibility that instructions have mutually recursive definitions due to the phi instruction. Let's prevent against that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working testing Test related.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant