1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-06-26 18:02:39 +00:00

Tune AMD unroll settings for AMD-GPU-PRO 17.40

This commit is contained in:
jsteube 2017-06-29 15:50:46 +02:00
parent f7a8e7c54b
commit cefd2ddb94

View File

@ -117,6 +117,9 @@
#if KERN_TYPE == 7400 #if KERN_TYPE == 7400
#undef _unroll #undef _unroll
#endif #endif
#if KERN_TYPE == 7900
#undef _unroll
#endif
#if KERN_TYPE == 8200 #if KERN_TYPE == 8200
#undef _unroll #undef _unroll
#endif #endif
@ -150,6 +153,9 @@
#if KERN_TYPE == 13800 #if KERN_TYPE == 13800
#undef _unroll #undef _unroll
#endif #endif
#if KERN_TYPE == 14100
#undef _unroll
#endif
// nvidia specific // nvidia specific
@ -165,18 +171,12 @@
#if KERN_TYPE == 3200 #if KERN_TYPE == 3200
#undef _unroll #undef _unroll
#endif #endif
#if KERN_TYPE == 7900
#undef _unroll
#endif
#if KERN_TYPE == 10500 #if KERN_TYPE == 10500
#undef _unroll #undef _unroll
#endif #endif
#if KERN_TYPE == 14000 #if KERN_TYPE == 14000
#undef _unroll #undef _unroll
#endif #endif
#if KERN_TYPE == 14100
#undef _unroll
#endif
#endif #endif
#endif #endif
@ -195,15 +195,6 @@
#if KERN_TYPE == 5200 #if KERN_TYPE == 5200
#undef _unroll #undef _unroll
#endif #endif
#if KERN_TYPE == 8000
#undef _unroll
#endif
#if KERN_TYPE == 10400
#undef _unroll
#endif
#if KERN_TYPE == 10410
#undef _unroll
#endif
#if KERN_TYPE == 10800 #if KERN_TYPE == 10800
#undef _unroll #undef _unroll
#endif #endif