"test/torchaudio_unittest/transforms_test.py" did not exist on "67564173db19035329f21caa7d2be986c4c23797"
mps_helpers.h 128 Bytes
Newer Older
limm's avatar
limm committed
1
2
3
4
5
6
constexpr int threadsPerBlock = 512;

template <typename T>
constexpr inline T ceil_div(T n, T m) {
  return (n + m - 1) / m;
}