Home
last modified time | relevance | path

Searched defs:__align__ (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/aten/src/ATen/native/nested/cuda/
DNestedTensorTransformerFunctions.cu976 typedef struct __align__(16) { struct
977 __half a, b, c, d, w, x, y, z;
993 typedef struct __align__(8) { struct
994 __half a, b, c, d;
/external/pytorch/aten/src/ATen/native/cuda/
Dint4mm.cu230 struct __align__(sizeof(T) * N) VectorType { in __align__() function