Post

Replies

Boosts

Views

Activity

Comment on How to bind threads to performance (P) or efficiency (E) cores?
To makes things clearer: when the issue was triggered some of the intensive CPU work was assigned to efficiency cores and remained bound to those cores until computation settled down even if computation meant multiple awaits with many small short lived workloads. That is, when things became completely idle for long enough (fraction of a second?) only then the binding of one or more of the actor threads to the efficiency cores ceased and normal performance resumed for future computation.
Jun ’23
Comment on SceneKit - Eight light sources per node
I have more than 8 lights in my scene (13, but I need more). About 2-3 per SCNNode with categoryBitMask for each group of 3, so no more than 3 are illuminating a specific SCNNode. I have even added the lights as children of the illuminated SCNNode so they’re not all in the same SCNNode. Yet only 8 lights are enabled by SceneKit at a time. Any way around this? I was going for some much needed lights fine tuning which is now impossible.
Jun ’23