cart-elc

Source code for CART-ELC
git clone git://git.laack.co/cart-elc.git
Log | Files | Refs | README | LICENSE

TensorDeviceCuda.h (215B)


      1 
      2 #if defined(__clang__) || defined(__GNUC__)
      3 #warning "Deprecated header file, please either include the main Eigen/CXX11/Tensor header or the respective TensorDeviceGpu.h file"
      4 #endif
      5 
      6 #include "TensorDeviceGpu.h"