MCPcopy Create free account
hub / github.com/AnswerDotAI/gpu.cpp / setLogLevel

Function setLogLevel

utils/logging.hpp:107–109  ·  view source on GitHub ↗

* @brief Set the log level of the default logger. * @param level The log level to set. */

Source from the content-addressed store, hash-verified

105 * @param level The log level to set.
106 */
107static inline void setLogLevel(int level) {
108 kDefLog.level = level;
109}
110
111} // namespace gpu
112

Callers 15

mainFunction · 0.85
encoder_forwardFunction · 0.85
encoder_backwardFunction · 0.85
layernorm_forwardFunction · 0.85
layernorm_backwardFunction · 0.85
matmul_forwardFunction · 0.85
matmul_backwardFunction · 0.85
attention_forwardFunction · 0.85
attention_backwardFunction · 0.85
gelu_forwardFunction · 0.85
gelu_backwardFunction · 0.85
residual_forwardFunction · 0.85

Calls

no outgoing calls

Tested by 14

ENCODER_FORWARD_GPUFunction · 0.68
ENCODER_BACKWARD_GPUFunction · 0.68
LAYERNORM_FORWARD_GPUFunction · 0.68
LAYERNORM_BACKWARD_GPUFunction · 0.68
MATMUL_FORWARD_GPUFunction · 0.68
MATMUL_BACKWARD_GPUFunction · 0.68
ATTENTION_FORWARD_GPUFunction · 0.68
ATTENTION_BACKWARD_GPUFunction · 0.68
GELU_FORWARD_GPUFunction · 0.68
GELU_BACKWARD_GPUFunction · 0.68
RESIDUAL_FORWARD_GPUFunction · 0.68
RESIDUAL_BACKWARD_GPUFunction · 0.68