Commit fad6cc60 authored by John Lawson's avatar John Lawson Committed by gunan
Browse files

[OpenCL] Fixes device name comparison stage_op_test (#10760)

* [OpenCL] Fixes device name comparison stage_op_test

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'.

* [OpenCL] Fixes testing of CUDA device name

The CUDA device name reported by test_util is in the form '/gpu:0',
while the device name used in the nodes looks like '/device:GPU:0'. When
running on CUDA we need to change the expected device name accordingly,
however this isn't a problem on SYCL.
parent a3d1e0e4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment