Post

Replies

Boosts

Views

Activity

Reply to Using LAPACK in macOS 13.3
If you're writing a swift package, it's important to remember that the LAPACK preprocessor macros are a C++ setting and as such your Package.swift should be defined similarly as .target( name: "MiniGrad", cxxSettings: [ .define("ACCELERATE_NEW_LAPACK", to: "1") ], linkerSettings: [ .linkedFramework("Accelerate") ] )
Feb ’24
Reply to Using AVMutableVideoComposition and AVAssetExportSession to remove the background from video
Sadly I have the same issue. Specifying an AVVideoCompositionInstructionProtocol with requiredSourceTrackIDs seems to fail the export process with a "Cannot Decode" error
Topic: Media Technologies SubTopic: Video Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to Using LAPACK in macOS 13.3
See the attached screenshot above if it helps!
Replies
Boosts
Views
Activity
Feb ’24
Reply to Using LAPACK in macOS 13.3
If you're writing a swift package, it's important to remember that the LAPACK preprocessor macros are a C++ setting and as such your Package.swift should be defined similarly as .target( name: "MiniGrad", cxxSettings: [ .define("ACCELERATE_NEW_LAPACK", to: "1") ], linkerSettings: [ .linkedFramework("Accelerate") ] )
Replies
Boosts
Views
Activity
Feb ’24