c++ - CUDA -prec-sqrt=false VS2010 -


I am trying to set -prec-sqrt = false for my code in VS2010, the only place I see Could the property page of myfile.cu be on (CUDA C / C ++ => Host => additional compiler option), but when I put it there it reports an unknown compiler option and ignores the very page For example, to use "fast math" is a toggle I want to have the curved compiler options Where do I set and there is a specific way (as opposed to just -prec-sqrt = false). thank you in advanced.

In these Nvidia Nsight Eclipse Edition , such Toggle Project < / Em> -> Properties -> Create -> Settings -> Under the Device Settings -> < In the Project Properties -> CUDA C / C ++ -> Optimize VS, this option is not available as a toggle option, Em> command -> additional options as -prec-sqrt false . You should drop = in your order.


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -