Skip to content

Commit

Permalink
Update kp_kernel_logger.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
csiefer2 authored Oct 17, 2024
1 parent 21d6359 commit 5f15867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debugging/kernel-logger/kp_kernel_logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ std::string deviceIdToString(const uint32_t deviceId) {

bool suppressCounts() {
static bool value = [](){
const char* varVal = std::getenv("KOKKOS_PROFILE_SUPPRESS_COUNTS");
const char* varVal = std::getenv("KOKKOS_TOOLS_LOGGER_SUPPRESS_COUNTS");
if (varVal) {
std::string v = std::string(varVal);
// default to false
Expand Down

0 comments on commit 5f15867

Please sign in to comment.