Update inc_vector.cl for ideal performance with reference GTX1080 for NV and Vega64 for AMD

This commit is contained in:
jsteube
2017-10-26 13:41:47 +02:00
parent c6d7fc845d
commit 00abb849e1

View File

@@ -143,18 +143,12 @@
#if KERN_TYPE == 7900
#undef _unroll
#endif
#if KERN_TYPE == 8200
#undef _unroll
#endif
#if KERN_TYPE == 8900
#undef _unroll
#endif
#if KERN_TYPE == 10700
#undef _unroll
#endif
#if KERN_TYPE == 12300
#undef _unroll
#endif
#if KERN_TYPE == 13721
#undef _unroll
#endif
@@ -176,6 +170,9 @@
#if KERN_TYPE == 13800
#undef _unroll
#endif
#if KERN_TYPE == 15700
#undef _unroll
#endif
// nvidia specific
@@ -188,18 +185,9 @@
#if KERN_TYPE == 3000
#undef _unroll
#endif
#if KERN_TYPE == 3200
#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
@@ -212,6 +200,12 @@
#if KERN_TYPE == 8000
#undef _unroll
#endif
#if KERN_TYPE == 8200
#undef _unroll
#endif
#if KERN_TYPE == 12300
#undef _unroll
#endif
#if KERN_TYPE == 14100
#undef _unroll
#endif