Migrate unroll handling for -m 15900 from OpenCL/inc_vendor.cl to module_jit_build_options()

This commit is contained in:
jsteube
2019-03-03 13:44:25 +01:00
parent ed7765d8fd
commit 7c1120b784
2 changed files with 13 additions and 16 deletions
-15
View File
@@ -193,21 +193,6 @@
#endif
#endif
// amd specific
#ifdef IS_AMD
#ifdef IS_GPU
#if KERN_TYPE == 15300
#undef _unroll
#endif
#if KERN_TYPE == 15900
#undef _unroll
#endif
#endif
#endif
// apple specific
#ifdef IS_APPLE