Do not unroll -m 10900 based algorithms, it takes ages to compile with latest NV drivers

This commit is contained in:
jsteube
2016-10-20 11:02:45 +02:00
parent fa293bb409
commit 5b26567cb6
+3
View File
@@ -113,6 +113,9 @@
#if KERN_TYPE == 10700
#undef _unroll
#endif
#if KERN_TYPE == 10900
#undef _unroll
#endif
#if KERN_TYPE == 12300
#undef _unroll
#endif