Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DRowwiseScaledMM.cu124 int round_up_to_nearest_multiple(int a, int b) { in round_up_to_nearest_multiple() function
382 M = round_up_to_nearest_multiple(M, 64); in dispatch_fp8_rowwise_kernel_on_cluster_size_and_transpose()
383 N = round_up_to_nearest_multiple(N, 64); in dispatch_fp8_rowwise_kernel_on_cluster_size_and_transpose()