Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/
H A 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;
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dint4mm.cu230 struct __align__(sizeof(T) * N) VectorType { in __align__() function