Control: tags -1 patch
The failing tests also happen with the current version installed, so are
probably nothing to do with this fix.
9 tests fail or crash for me, of which 5 are things my hardware isn't
expected to be able to do:
test_coarse_grain_svm - needs OpenCL 2.0
test_scan InclusiveScanKernel-int64 and ExclusiveScanKernel-int64 - need
>64k of __local memory
test_clrandom_dtypes float64-rng_class0 and float64-ThreefryGenerator -
need double precision
The other 4 are unexplained, but if they are bugs, may well be in
beignet rather than pyopencl:
test_random_int_in_range RanluxGenerator-int64
test_clrandom_dtypes int64-rng_class0
test_sort GenericScanKernel
test_key_value_sorter