Post

Replies

Boosts

Views

Activity

Reply to Support for complex numbers
When I run the snippet below: import jax import jax.numpy as jnp def return_complex(x): return x*1+1.0j x = jnp.ones((10)) print(return_complex(x)) I get no errors. https://colab.research.google.com/notebooks/welcome.ipynb#scrollTo=VpzLDQeWxgyY&line=8&uniqifier=1
Topic: Machine Learning & AI SubTopic: General Tags:
Oct ’23
Reply to Openmp
These kinds of questions are like drivebys. Provide us with more information like what is OpenMP, did it worked on previous versions of Xcode, and what specifically is not working as depicted by examples. In the absence of the above I would suggest to ask the maintainers of openmp https://mac.r-project.org/openmp/
Oct ’23
Reply to Mac keep flagging ALL emails
Please post this question to the Apple communities as mentioned on the home page, and given it is a beta product, you accept all liability until an official release is made to the general public. This area is strictly for third-party developer questions.
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’23
Reply to Flutter app is crashing in production due to a segmentation fault
Apple is not the forum for debugging and solving flutter issues. Please try the Google flutter development forums for all flutter related issues.
Replies
Boosts
Views
Activity
Oct ’23
Reply to Support for complex numbers
When I run the snippet below: import jax import jax.numpy as jnp def return_complex(x): return x*1+1.0j x = jnp.ones((10)) print(return_complex(x)) I get no errors. https://colab.research.google.com/notebooks/welcome.ipynb#scrollTo=VpzLDQeWxgyY&line=8&uniqifier=1
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Running tests that doesn't use SwiftData with iOS 16
You will need to perform conditional compilations. #if canImport(SwiftData) import SwiftData #endif import UIKit #if swift(>=5.9) // Do swift 5.9 things #else // Do things before swift 5.9 #endif
Replies
Boosts
Views
Activity
Oct ’23
Reply to How does "xcrun simctl runtime add <path>" command work?
If Apple wanted us to know, they would have open-sourced the platform or documented it.
Replies
Boosts
Views
Activity
Oct ’23
Reply to Openmp
These kinds of questions are like drivebys. Provide us with more information like what is OpenMP, did it worked on previous versions of Xcode, and what specifically is not working as depicted by examples. In the absence of the above I would suggest to ask the maintainers of openmp https://mac.r-project.org/openmp/
Replies
Boosts
Views
Activity
Oct ’23
Reply to Support for complex numbers
There is a discussion here on metal - https://github.com/google/jax/issues/8074
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode 15 linker error: not 8-byte aligned, which cannot be encoded as a target of LDR/STR
Did you try enabling Rosetta in Xcode? Destinations -> Destinations Architectures ->
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode 15 Stucks on Build Process
What is the project? iOS or macOS app? Do you have external dependencies like pods, swift packages? Did you try cleaning the build?
Replies
Boosts
Views
Activity
Oct ’23
Reply to Mac keep flagging ALL emails
Please post this question to the Apple communities as mentioned on the home page, and given it is a beta product, you accept all liability until an official release is made to the general public. This area is strictly for third-party developer questions.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to I Keep getting crashes on my M1 Mac while using logic x
The latest version is 10.7.9. Try performing an update to see what happens. But any future non developer questions should be posted in the community forums here https://discussions.apple.com/community/applications-services/logic-pro
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Pictures/Documents in Notes are not appearing iOS 17
Please this question here https://discussions.apple.com
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to App is at 1% deployment, gets updated, what happens then?
Don't overthink it. One cancels the other upon release, regardless of the release strategy and when the user device decides to take the update. So just release and forget.
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode 15.0 Release doesn't connect at all iOS 17
Apple can quickly fix this instead of waiting on VPN vendors to address the issue, which could never happen!!!
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode 15 Preview not working with generic nested view
Because you can't! Each struct View should be single level!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Swift Concurrency and synchronous, nonisolated infrastructure?
Is there a particular reason you're making a SwiftUI View codable? There is a @SceneStorage and a @AppStorage wrapper you can use to persist properties of a view to storage or NSUserActivity. Why make an entire View Codable?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23