-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[AutoDiff upstream] DifferentiationUnittest and some e2e tests #30915
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
Note: depends on #30909 for tests to pass, so there's no point running tests before that gets merged. |
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.
Exciting that tests pass!
770d430
to
4e3eea1
Compare
stdlib/private/CMakeLists.txt
Outdated
@@ -5,6 +5,7 @@ endif() | |||
if(SWIFT_BUILD_SDK_OVERLAY) | |||
# SwiftPrivateThreadExtras makes use of Darwin/Glibc, which is part of the | |||
# SDK overlay. It can't be built separately from the SDK overlay. | |||
add_subdirectory(DifferentiationUnittest) |
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.
Oh, does this need if(SWIFT_ENABLE_EXPERIMENTAL_DIFFERENTIABLE_PROGRAMMING)
? I'll add that here and see what happens.
4e3eea1
to
3857192
Compare
@swift-ci please test |
Build failed |
Build failed |
Adds 2 simple e2e tests and some lit subsitutions and unittest libraries necessary to support them.
3857192
to
43ca015
Compare
@swift-ci please test |
Build failed |
@swift-ci please test |
Build failed |
@swift-ci please test linux |
Adds 2 simple e2e tests and some lit subsitutions and unittest libraries
necessary to support them.