Skip to content

Commit 4317ac6

Browse files
committed
Remove unroll access for Drupal for NV gpus
1 parent 9390be8 commit 4317ac6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/kernel_vendor.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@
8080
#if KERN_TYPE == 7400
8181
#undef _unroll
8282
#endif
83+
#if KERN_TYPE == 7900
84+
#undef _unroll
85+
#endif
8386
#if KERN_TYPE == 8200
8487
#undef _unroll
8588
#endif

0 commit comments

Comments
 (0)