added const
This commit is contained in:
@@ -36,5 +36,5 @@ met:
|
|||||||
|
|
||||||
namespace GPUTargets
|
namespace GPUTargets
|
||||||
{
|
{
|
||||||
static std::vector<std::string> computeMode = {"sm_35", "sm_37"};
|
static const std::vector<std::string> computeMode = {"sm_35", "sm_37"};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user