Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn/
H A Dflash_api.cpp442 auto round_multiple = [](int x, int m) { return (x + m - 1) / m * m; }; in mha_fwd() local
681 auto round_multiple = [](int x, int m) { return (x + m - 1) / m * m; }; in mha_varlen_fwd() local
880 auto round_multiple = [](int x, int m) { return (x + m - 1) / m * m; }; in mha_bwd() local
1102 auto round_multiple = [](int x, int m) { return (x + m - 1) / m * m; }; in mha_varlen_bwd() local
1377 auto round_multiple = [](int x, int m) { return (x + m - 1) / m * m; }; in mha_fwd_kvcache() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/arm_fpga/
Dfpga_bl31_setup.c134 static unsigned int round_multiple(unsigned int x, unsigned int multiple) in round_multiple() function
/aosp_15_r20/external/arm-trusted-firmware/plat/arm/board/arm_fpga/
H A Dfpga_bl31_setup.c133 static unsigned int round_multiple(unsigned int x, unsigned int multiple) in round_multiple() function