1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-11 00:01:16 +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
#undef _unroll
#endif
#if KERN_TYPE == 7900
#undef _unroll
#endif
#if KERN_TYPE == 8200
#undef _unroll
#endif
@ -150,6 +153,9 @@
#if KERN_TYPE == 13800
#undef _unroll
#endif
#if KERN_TYPE == 14100
#undef _unroll
#endif
// nvidia specific
@ -165,18 +171,12 @@
#if KERN_TYPE == 3200
#undef _unroll
#endif
#if KERN_TYPE == 7900
#undef _unroll
#endif
#if KERN_TYPE == 10500
#undef _unroll
#endif
#if KERN_TYPE == 14000
#undef _unroll
#endif
#if KERN_TYPE == 14100
#undef _unroll
#endif
#endif
#endif
@ -195,15 +195,6 @@
#if KERN_TYPE == 5200
#undef _unroll
#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
#undef _unroll
#endif