-
Notifications
You must be signed in to change notification settings - Fork 514
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
[MLCompute] Add support for Xcode 13 beta 4. #12348
[MLCompute] Add support for Xcode 13 beta 4. #12348
Conversation
src/MLCompute/MLHelpers.cs
Outdated
[SupportedOSPlatform ("macos12.0")] | ||
#else | ||
[NoWatch] | ||
[TV (15,0), Mac (12,0), iOS (15,0)] |
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.
catalyst ?
src/mlcompute.cs
Outdated
@@ -229,6 +237,14 @@ enum MLCSoftmaxOperation { | |||
LogSoftmax = 1, | |||
} | |||
|
|||
[iOS (15,0), TV (15,0), Mac (12,0), NoWatch] |
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.
catalyst ?
src/mlcompute.cs
Outdated
@@ -538,11 +596,21 @@ interface MLCDevice : NSCopying { | |||
[return: NullAllowed] | |||
MLCDevice GetDevice (IMTLDevice[] gpus); | |||
|
|||
[TV (15,0), Mac (12,0), iOS (15,0)] |
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.
catalyst ?
src/mlcompute.cs
Outdated
|
||
[Static] | ||
[Export ("setRNGSeedTo:")] | ||
void SetRngSeedTo ([BindAs (typeof (nuint))] NSNumber seed); |
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.
-> SetRngSeed
src/mlcompute.cs
Outdated
NSNumber GetRngSeed (); | ||
} | ||
|
||
[TV (15,0), Mac (12,0), iOS (15,0)] |
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.
catalyst ?
🔥 Tests failed catastrophically on Build (no summary found). 🔥Result file $(TEST_SUMMARY_PATH) not found. |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results1 tests failed, 89 tests passed.Failed tests
Pipeline on Agent XAMBOT-1100.BigSur' |
Unrelated issue: https://github.com/xamarin/maccore/issues/2443 |
No description provided.