Disable deprecated attribute when using nvcc under VS
The nvcc compiler under visual studio seems to give the error attribute does not apply to any entity
when you try to use the [[deprecated]]
attribute. So disable for this compiler configuration.