Skip to content
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

Got it working in Xcode! #1

Closed
crecord opened this issue Dec 17, 2018 · 0 comments
Closed

Got it working in Xcode! #1

crecord opened this issue Dec 17, 2018 · 0 comments

Comments

@crecord
Copy link

crecord commented Dec 17, 2018

Hi Chris!

Thank you for this library. It is perfect for what I am doing right now! I needed it to work in Xcode to integrate it into the rest of my app. I was able to get it working following these instructions in Sierra, OF 9.8, with Xcode 9.2. Just noting it here incase others need to do the same thing. I ran some performance testing and found that it doesn't perform quite as well in Xcode (compared to make run) and that putting it in release mode makes a big difference. Here are the numbers:

Context average time (sec)
ofxTSNE not parallel in release 22.8
ofxTSNEParallel debug 17.6
ofxTSNEParallel release 8.6
using Make Run (8 cores) 4.7

Xcode should be using the maximum amount of cores available, so I wonder why it doesn't perform as well when compiling in Xcode and if there is anything that can be done to fix that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant