lukeiwanski / tensorflow

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

[OpenCL] Fixes device name comparison stage_op_test #85

Closed jwlawson closed 7 years ago

jwlawson commented 7 years ago

Changes the fixed '/device:GPU:0' expected device name string to the name returned by 'test/gpu_device_name()', as the device name could be '/device:SYCL:0' or '/device:GPU:0'.

jwlawson commented 7 years ago

This test case has been significantly changed from the eigen_mehdi branch, which is why I'm using the dev/eigen_mehdi branch for this.