lukeiwanski / tensorflow

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

[OpenCL] Fixes SYCL Conv2d Backprop ops registration #122

Closed jwlawson closed 7 years ago

jwlawson commented 7 years ago

Ensures that the Conv2dBackpropInput and Conv2dBackpropFilter ops are registered for SYCL.

These just use Eigen to do the computations (see conv2d.h and conv_grad_filter_ops.cc), however they do seem to be really slow.