Closed lukeiwanski closed 7 years ago
@lukeiwanski Is list_devices supposed to return both SYCL and CPU devices or just CPU devices when running a default session?
This fails on CUDA with the same errors, and is tagged no_gpu
in the BUILD file. It looks like we should not be running this test on SYCL and that it only should be run on the CPU.
self.assertGreaterEqual(1, len(devices), devices)
AssertionError: [_DeviceAttributes(/job:local/replica:0/task:0/device:CPU:0, CPU, 43685504), _DeviceAttributes(/job:local/replica:0/task:0/device:GPU:0, GPU, 43686432)]
Fair point. Closing
System Info
ComputeCpp 0.2.0
To reproduce
Error