Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OpenCL] Fixes SYCL stateless random ops #57

Merged

Conversation

jwlawson
Copy link
Collaborator

@jwlawson jwlawson commented Jun 8, 2017

Ensures that all distributions are available in the FillPhiloxRandom functor.
Registers the SYCL device kernels for the stateless random ops.
//tensorflow/contrib/stateless:stateless_random_ops_test now passes (Fixes #39).

Adds the two distributions currently not being instantiated in the SYCL
kernel registration. These are needed for StatelessRandomOps.
Provides SYCL device kernels for the StatelessRandomOps.
@jwlawson jwlawson changed the title [OpenCL] Fixes Sycl stateless random ops [OpenCL] Fixes SYCL stateless random ops Jun 8, 2017
@lukeiwanski lukeiwanski merged commit 6144ade into lukeiwanski:eigen_mehdi Jun 8, 2017
lukeiwanski pushed a commit that referenced this pull request Jun 8, 2017
* [OpenCL] Create all SYCL FillPhiloxRandom functors

Adds the two distributions currently not being instantiated in the SYCL
kernel registration. These are needed for StatelessRandomOps.

* [OpenCL] Registers SYCL StatelessRandomOps

Provides SYCL device kernels for the StatelessRandomOps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants