tensorflow
tensorflow copied to clipboard
OpenCL support for TensorFlow via SYCL
branch [dev/amd_gpu](https://github.com/lukeiwanski/tensorflow/tree/dev/amd_gpu) Got error when running any tf code ``` 2018-08-07 16:06:02.058459: I ./tensorflow/core/common_runtime/sycl/sycl_device.h:70] Found following OpenCL devices: 2018-08-07 16:06:02.058534: I ./tensorflow/core/common_runtime/sycl/sycl_device.h:72] id: 0, type: GPU, name: Baffin, vendor: Advanced...
### System information - **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: N/A - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**:...
Please go to Stack Overflow for help and support: https://stackoverflow.com/questions/tagged/tensorflow If you open a GitHub issue, here is our policy: 1. It must be a bug, a feature request, or...
Hello, I am trying to follow your tutorial to build tensorflow with in branch dev/intel_gpu. Then I run one minimal testcases in tensorflow and it shows the following errors. Could...
Please go to Stack Overflow for help and support: https://stackoverflow.com/questions/tagged/tensorflow If you open a GitHub issue, here is our policy: 1. It must be a bug, a feature request, or...
Due to some AMD cards are not supported by AMD-GPU-Pro, such as HD7900 series, I think that's important to work on a Windows support for AMD cards. I am trying...
Supports both NCHW and NHWC formats. CUDA also provides kernels for small images, however the corresponding SYCL kernels are not written as the file is getting quite long.
Supports both NHWC and NCHW formats, although it depends on Conv2D when depth is 1.