Skip to content

Commit dda466c

Browse files
hexagon: remove unused time_usec function
1 parent 6acc285 commit dda466c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ggml/src/ggml-hexagon/ggml-hexagon.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ static const char * status_to_str(uint32_t status) {
8282
}
8383
}
8484

85-
static uint64_t time_usec(void) {
86-
auto now = std::chrono::high_resolution_clock::now().time_since_epoch();
87-
return std::chrono::duration_cast<std::chrono::microseconds>(now).count();
88-
}
89-
9085
// ** debug helpers
9186

9287
static inline int hex_format_tensor_dims(char * str, const struct ggml_tensor * t) {

0 commit comments

Comments
 (0)