Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Peixuan Zuo committed Jan 24, 2024
1 parent d91bedb commit aee54fd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ constexpr static int kSizes[] = {128, 256, 320, 384, 512};
constexpr static size_t kNumOfSizes = sizeof(kSizes) / sizeof(kSizes[0]);
constexpr static int kMaxSize = kSizes[kNumOfSizes - 1];


int32_t GetThreadsPerBlock(int32_t channels_per_block, int32_t channels_per_thread);

static inline int32_t DivUp(int32_t m, int32_t n) {
Expand Down

0 comments on commit aee54fd

Please sign in to comment.