commit | c0f2cb016e60b7dbde1d5946f42234a709a711f9 | [log] [tgz] |
---|---|---|
author | Benoit Steiner <benoit.steiner.goog@gmail.com> | Mon Apr 28 10:32:27 2014 -0700 |
committer | Benoit Steiner <benoit.steiner.goog@gmail.com> | Mon Apr 28 10:32:27 2014 -0700 |
tree | 346d5beb917ea586a6a463312606cf794c91da75 | |
parent | 450d0c3de044c9f32fa2f37fee821f6e390df382 [diff] |
Extended support for Tensors: * Added ability to map a region of the memory to a tensor * Added basic support for unary and binary coefficient wise expressions, such as addition or square root * Provided an emulation layer to make it possible to compile the code with compilers (such as nvcc) that don't support cxx11.