mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Removing unsupported device from test case; cleaning the tensor device sycl.
This commit is contained in:
@@ -48,9 +48,9 @@ struct DeviceConvertor{
|
||||
/// specialisation of the \ref ConvertToDeviceExpression struct when the node
|
||||
/// type is TensorMap
|
||||
#define TENSORMAPCONVERT(CVQual)\
|
||||
template <typename T, int Options2_, template <class> class MakePointer_>\
|
||||
struct ConvertToDeviceExpression<CVQual TensorMap<T, Options2_, MakePointer_> > {\
|
||||
typedef CVQual TensorMap<T, Options2_, MakeGlobalPointer> Type;\
|
||||
template <typename T, int Options_, template <class> class MakePointer_>\
|
||||
struct ConvertToDeviceExpression<CVQual TensorMap<T, Options_, MakePointer_> > {\
|
||||
typedef CVQual TensorMap<T, Options_, MakeGlobalPointer> Type;\
|
||||
};
|
||||
|
||||
TENSORMAPCONVERT(const)
|
||||
|
||||
Reference in New Issue
Block a user