diff --git a/source/lib/core/gpu.cpp b/source/lib/core/gpu.cpp index 8adc20b576..ffd848a7bb 100644 --- a/source/lib/core/gpu.cpp +++ b/source/lib/core/gpu.cpp @@ -470,7 +470,7 @@ add_hip_device_metadata(ArchiveT& ar) OMNITRACE_SERIALIZE_HIP_DEVICE_PROP(asicRevision) # endif - constexpr auto _compute_mode_descr = std::array{ + const auto _compute_mode_descr = std::array{ "Default (multiple host threads can use ::hipSetDevice() with device " "simultaneously)", "Exclusive (only one host thread in one process is able to use "