Re: python and ARM memory types

2015-10-06 Thread voxner
The main intent to use python was because it was easier to code the algorithms. Also I was hoping to reuse the parallel algorithms specifically iterative ones where we have some sort of control thread that distributes data between the threads. Now I am planning to have 2 different set of kernel wi

python and ARM memory types

2015-10-04 Thread voxner . dev
I am running python in the ARM architecture (arm64 to be exact). The CPU Arch I use has clusters (2 big cores in a cluster and 2 small cores in another cluster think : A57, A53). It's going to be run in Ubuntu 14.04 I am trying to run traffic that stresses the interconnects of the clusters. One