lukeiwanski / tensorflow

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

MISSING: DepthwiseConv2dBackpropFilter for SYCL #140

Open jeffmak opened 7 years ago

jeffmak commented 7 years ago

File: depthwise_conv_grad_op.cc This operation is performed with one atomic add operation in CUDA, so it cannot be added in SYCL for now.