Remove unroll access for Drupal for NV gpus
authorjsteube <jens.steube@gmail.com>
Mon, 9 May 2016 21:14:26 +0000 (23:14 +0200)
committerjsteube <jens.steube@gmail.com>
Mon, 9 May 2016 21:14:26 +0000 (23:14 +0200)
include/kernel_vendor.h

index d364256..6110537 100644 (file)
@@ -80,6 +80,9 @@
 #if KERN_TYPE == 7400
 #undef _unroll
 #endif
+#if KERN_TYPE == 7900
+#undef _unroll
+#endif
 #if KERN_TYPE == 8200
 #undef _unroll
 #endif