diff --git a/ptxtools/GPUTargets.h b/ptxtools/GPUTargets.h index 8d73d26b..6197ca58 100644 --- a/ptxtools/GPUTargets.h +++ b/ptxtools/GPUTargets.h @@ -36,5 +36,5 @@ met: namespace GPUTargets { - static std::vector computeMode = {"sm_35", "sm_37"}; + static const std::vector computeMode = {"sm_35", "sm_37"}; }