- Notifications
You must be signed in to change notification settings - Fork543
MetalPerformanceShadersGraph iOS xcode16.2 b3
Rolf Bjarne Kvinge edited this pageNov 29, 2024 ·2 revisions
#MetalPerformanceShadersGraph.frameworkhttps://github.com/xamarin/xamarin-macios/pull/21731
diff -ruN /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Headers/MPSGraphTensorShapeOps.h /Applications/Xcode_16.2.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Headers/MPSGraphTensorShapeOps.h--- /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Headers/MPSGraphTensorShapeOps.h2024-10-21 21:45:40+++ /Applications/Xcode_16.2.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Headers/MPSGraphTensorShapeOps.h2024-11-04 08:20:59@@ -163,7 +163,7 @@ endMask:(uint32_t) endMask squeezeMask:(uint32_t) squeezeMask name:(NSString * _Nullable) name-MPS_AVAILABLE_STARTING(macos(15.4), ios(18.4), macCatalyst(18.4), tvos(18.4));+MPS_AVAILABLE_STARTING(macos(15.2), ios(18.2), macCatalyst(18.2), tvos(18.2)); /// Creates a slice operation and returns the result tensor. ///@@ -183,7 +183,7 @@ sizeTensor:(MPSGraphTensor *) sizeTensor squeezeMask:(uint32_t) squeezeMask name:(NSString * _Nullable) name-MPS_AVAILABLE_STARTING(macos(15.4), ios(18.4), macCatalyst(18.4), tvos(18.4));+MPS_AVAILABLE_STARTING(macos(15.2), ios(18.2), macCatalyst(18.2), tvos(18.2)); /// Creates a strided-slice gradient operation and returns the result tensor. ///@@ -224,7 +224,7 @@ endMask:(uint32_t) endMask squeezeMask:(uint32_t) squeezeMask name:(NSString * _Nullable) name-MPS_AVAILABLE_STARTING(macos(15.4), ios(18.4), macCatalyst(18.4), tvos(18.4));+MPS_AVAILABLE_STARTING(macos(15.2), ios(18.2), macCatalyst(18.2), tvos(18.2)); /// Creates a slice gradient operation and returns the result tensor. ///@@ -242,7 +242,7 @@ sizeTensor:(MPSGraphTensor *) sizeTensor squeezeMask:(uint32_t) squeezeMask name:(NSString * _Nullable) name-MPS_AVAILABLE_STARTING(macos(15.4), ios(18.4), macCatalyst(18.4), tvos(18.4));+MPS_AVAILABLE_STARTING(macos(15.2), ios(18.2), macCatalyst(18.2), tvos(18.2)); /// Creates a strided-slice gradient operation and returns the result tensor. ///