Cycles: update build configurations to include CUDA sm_35 architecture. When using

a compiler older than CUDA 5.0 it will give a warning and skip this architecture.
This commit is contained in:
Brecht Van Lommel
2013-06-20 13:10:47 +00:00
parent a92468c7d7
commit 8d6e5e2fee
15 changed files with 33 additions and 25 deletions

View File

@@ -304,7 +304,7 @@ public:
}
}
else {
/* CUDA 4.x */
/* CUDA 5.x */
if(major == 1) {
/* sm_1x */
arch_flags = "--maxrregcount=24 --opencc-options -OPT:Olimit=0 --use_fast_math";