Home
last modified time | relevance | path

Searched refs:is_thp_alloc_enabled (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/impl/
H A Dalloc_cpu.cpp54 static inline bool is_thp_alloc_enabled() { in is_thp_alloc_enabled() function
66 return (is_thp_alloc_enabled() ? thp_alignment : gAlignment); in c10_compute_alignment()
71 return (is_thp_alloc_enabled() && (nbytes >= gAlloc_threshold_thp)); in is_thp_alloc()