Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvec_test_all_types.h26 #define CACHE_ALIGN __attribute__((aligned(CACHE_LINE))) macro
29 #define CACHE_ALIGN __declspec(align(CACHE_LINE)) macro