-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[TF-503] Remove @_silgen_name functions from CompilerRuntime.swift #24837
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
Conversation
@swift-ci please test tensorflow |
@swift-ci please clean test tensorflow |
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. Let us wait for the CI to finish before merging?
Sounds good! |
@swift-ci please clean test tensorflow |
@swift-ci Please clean test tensorflow linux CPU |
@swift-ci Please test tensorflow linux CPU |
1 similar comment
@swift-ci Please test tensorflow linux CPU |
@swift-ci please test tensorflow |
@swift-ci Please test tensorflow |
1 similar comment
@swift-ci Please test tensorflow |
This PR fixes https://bugs.swift.org/browse/TF-503 by cleaning up some of the currently unused functionality in CompilerRuntime.swift. I was unsure about
SWIFT_TENSORFLOW_SYNC_EXECUTION
, but I removed it and no tests failed.