lukeiwanski / tensorflow

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

Register missing ops #228

Closed Rbiessy closed 6 years ago

Rbiessy commented 6 years ago

Missing operations for which SYCL can use the same code as the CPU version. BucketizeOp is separated because some code had to moved from .cc to .h file. Eigen version bump was needed for betainc op.