Difference between revisions of "2015 Reading List"
From Aicip
(Tag: Visual edit) |
(Tag: Visual edit) |
||
Line 7: | Line 7: | ||
* [http://www.nextplatform.com/2015/11/16/openpower-accelerated-computing-will-be-the-new-normal/ OpenPower: Accelerated Computing Will Be The New Normal] | * [http://www.nextplatform.com/2015/11/16/openpower-accelerated-computing-will-be-the-new-normal/ OpenPower: Accelerated Computing Will Be The New Normal] | ||
* [http://www.nextplatform.com/2015/11/23/tuning-up-arm-to-do-the-hpc-math/ Tuning Up ARM To Do the HPC Math] | * [http://www.nextplatform.com/2015/11/23/tuning-up-arm-to-do-the-hpc-math/ Tuning Up ARM To Do the HPC Math] | ||
+ | * [https://www.youtube.com/watch?v=G-CKVxR8nCM Python on AMD GPU (Youtube)] | ||
== File System == | == File System == | ||
Line 12: | Line 13: | ||
== Programming == | == Programming == | ||
+ | * [https://www.ibm.com/developerworks/community/blogs/jfp/entry/Python_Meets_Julia_Micro_Performance?utm_source=Python+Weekly+Newsletter&utm_campaign=d12954b7c3-Python_Weekly_Issue_222_December_17_2015&utm_medium=email&utm_term=0_9e26887fc5-d12954b7c3-299009 Python vs. Julie] | ||
* [http://www.devdungeon.com/content/working-binary-data-python Working with Binary Data in Python] | * [http://www.devdungeon.com/content/working-binary-data-python Working with Binary Data in Python] | ||
+ | * [http://flothesof.github.io/smile-recognition.html Smile Recognition with OpenCV] | ||
+ | * [https://github.com/wjakob/pybind11 Pybind11, for C++11 binding] | ||
+ | * [https://github.com/arrayfire/arrayfire-python Python Binding for ArrayFire (General Purpose GPU Library)] |
Revision as of 13:45, 17 December 2015
Contents |
HPC
- OpenPower: Accelerated Computing Will Be The New Normal
- Tuning Up ARM To Do the HPC Math
- Python on AMD GPU (Youtube)