lukeiwanski / tensorflow

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

MISSING: ResizeNearestNeighborGrad for SYCL #139

Open jeffmak opened 7 years ago

jeffmak commented 7 years ago

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