Difference between revisions of "2015 Reading List"
From Aicip
m (Tag: Visual edit) |
m (Tag: Visual edit) |
||
Line 23: | Line 23: | ||
* [https://github.com/wjakob/pybind11 Pybind11, for C++11 binding] | * [https://github.com/wjakob/pybind11 Pybind11, for C++11 binding] | ||
* [https://github.com/arrayfire/arrayfire-python Python Binding for ArrayFire (General Purpose GPU Library)] | * [https://github.com/arrayfire/arrayfire-python Python Binding for ArrayFire (General Purpose GPU Library)] | ||
+ | |||
+ | == Misc == | ||
+ | * [https://medium.com/swlh/best-of-2015-pfffffffft-79d9b014f4de#.s9fako98d 50 Best HackerNews Post of 2015] |
Revision as of 15:51, 30 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)
- What we learned on SSD 2015
Big Data
File System
Programming
- Python vs. Julie
- Working with Binary Data in Python
- Smile Recognition with OpenCV
- Pybind11, for C++11 binding
- Python Binding for ArrayFire (General Purpose GPU Library)