File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -504,7 +504,7 @@ class GPUHealthMonitor {
504504
505505private:
506506 void monitoringLoop () {
507- auto config = ProductionConfig::getInstance ();
507+ auto & config = ProductionConfig::getInstance ();
508508 int monitoring_interval = config.getInt (" health_check_interval" , 30 ); // Default 30 seconds
509509
510510 while (monitoring_active.load ()) {
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ CXX_FLAGS = -std=c++17 -O3 -DPRODUCTION_BUILD
3434
3535# Library flags for production dependencies
3636CUDA_LIBS = -lcublas -lcurand -lcufft
37- HIP_LIBS = -lrocblas -lrocrand -lrocfft
37+ HIP_LIBS = -lrocblas -lrocrand -lrocfft -lrocm_smi64
3838COMMON_LIBS = -lpthread -ldl
3939
4040# Optional libraries (check for availability)
You can’t perform that action at this time.
0 commit comments