Searched defs:__align__ (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/ |
H A D | NestedTensorTransformerFunctions.cu | 976 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;
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | int4mm.cu | 230 struct __align__(sizeof(T) * N) VectorType { in __align__() function
|