We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6acc285 commit dda466cCopy full SHA for dda466c
ggml/src/ggml-hexagon/ggml-hexagon.cpp
@@ -82,11 +82,6 @@ static const char * status_to_str(uint32_t status) {
82
}
83
84
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
-
90
// ** debug helpers
91
92
static inline int hex_format_tensor_dims(char * str, const struct ggml_tensor * t) {
0 commit comments