Ansible for Aurora

NEC provides RPM packages for SX-Aurora. If you feel its intallation is weird or not standard, visit VEOS yum Repository on the Web. Yes, yum repository for SX-Aurora is available! And we have created ansible scripts to setup SX-Aurora using this yum repository. You can setup Aurora by few commands. Instructions Install CentOS7.5. Clone https://github.com/sx-aurora-dev/aurora-ansible. Write inventory file for ansible. Run ansible-playbook -i hosts.yaml -u root -k playbooks/aurora.yaml to install VEOS. [Read More]

Faster data transfer by VE DMA

On VE, you can use usual read(2) and write(2) to accesse file system or to transfer data through socket. But its speed is about 1GB/s at maximum in our experience. When we want to accelerate data transfer between VE and CPU, we use VE DMA. Since VE DMA has its own API for DMA, we have to rewrite a program. But we can reach 10GB/s. Here is the result of our experiment. [Read More]
vedma 

Image Processing on Aurora

We have presented several examples of image processing on Aurora at SC18 Exhibition. Some image processing kernels are memory bandwidth intensive because they use random memory access, for example, to access the pixels they are interested in. Aurora with world highest memory bandwidth (1.2TB/s) can fit such kernels. Here is the performance comparison of some kernels from OpenCV. We have also ported image processing applications to Aurora. See the poster for details. [Read More]

First post!

We are pleased to start the blog. We are working for SX-Aurora for a couple of years. We want to share our experience for everyone knows more on SX-Aurora. We also have the github repositiry to priovide SW developed by us. Our big brother is SX-Aurora Vector Engine blog. We have learned very much from him. You could also find useful things. And you can visit Aurora Forum not only to get information on SX-Aurora but also to post your own article. [Read More]