lukeiwanski / tensorflow

OpenCL support for TensorFlow via SYCL
Apache License 2.0
65 stars 14 forks source link

[OpenCL] Fixes SYCL maxpooling implementation #168

Closed jwlawson closed 7 years ago

jwlawson commented 7 years ago

Recent changes to how the maxpooling operation was set up in TensorFlow caused our SYCL implementations to fail the tests. This adds the additional required checks and parameters that TensorFlow now expects.

This commit is for internal use only at the moment, and should not be upstreamed.