Created some benchmarks for the tensor code

This commit is contained in:
Benoit Steiner
2014-10-17 09:49:03 -07:00
parent 65af852b54
commit 7acd38d19e
7 changed files with 217 additions and 0 deletions

View File

@@ -30,6 +30,8 @@
* \endcode
*/
#include <vector>
// Emulate the cxx11 functionality that we need if the compiler doesn't support it.
#if __cplusplus <= 199711L
#include "src/Core/util/EmulateCXX11Meta.h"