add endian option in cl tensor functions

This commit is contained in:
2024-02-02 23:13:22 +01:00
parent 70b1177e5f
commit 7dd749f85e
5 changed files with 127 additions and 6 deletions
+1
View File
@@ -19,6 +19,7 @@
#include "tensor_t/cl_tensor_t.h"
TEST(rank){
endian=false;
dimension *D=create_dim(4);
D->perm[0]=2;
D->perm[1]=3;