Skip to content

Commit

Permalink
[OpenCL] struct SyclDevice -> class SyclDevice
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Iwanski committed May 4, 2017
1 parent 6712377 commit addd433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tensorflow/core/framework/device_base.h
Expand Up @@ -31,7 +31,7 @@ limitations under the License.
namespace Eigen {
struct ThreadPoolDevice;
#ifdef TENSORFLOW_USE_SYCL
struct SyclDevice;
class SyclDevice;
#endif
} // end namespace Eigen

Expand Down
2 changes: 1 addition & 1 deletion tensorflow/core/framework/op_kernel.h
Expand Up @@ -54,7 +54,7 @@ limitations under the License.
namespace Eigen {
struct ThreadPoolDevice;
struct GpuDevice;
struct SyclDevice;
class SyclDevice;
} // end namespace Eigen

namespace tensorflow {
Expand Down

0 comments on commit addd433

Please sign in to comment.