Closed lukeiwanski closed 7 years ago
That seems to be failing for CUDA as well:
2017-06-15 15:17:13.127249: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations.
2017-06-15 15:17:13.162545: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are available on your machine and could speed up CPU computations.
2017-06-15 15:17:13.162550: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX instructions, but these are available on your machine and could speed up CPU computations.
2017-06-15 15:17:13.300625: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:893] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
2017-06-15 15:17:13.300933: I tensorflow/core/common_runtime/gpu/gpu_device.cc:938] Found device 0 with properties:
name: GeForce GTX 980
major: 5 minor: 2 memoryClockRate (GHz) 1.2785
pciBusID 0000:01:00.0
Total memory: 3.94GiB
Free memory: 3.87GiB
2017-06-15 15:17:13.300946: I tensorflow/core/common_runtime/gpu/gpu_device.cc:959] DMA: 0
2017-06-15 15:17:13.300950: I tensorflow/core/common_runtime/gpu/gpu_device.cc:969] 0: Y
2017-06-15 15:17:13.300960: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1028] Creating TensorFlow device (/gpu:0) -> (device: 0, name: GeForce GTX 980, pci bus id: 0000:01:00.0)
[ OK ] DirectSessionWithTrackingAllocTest.CostModelTest (204 ms)
[ RUN ] DirectSessionWithTrackingAllocTest.CostModelWarmup
2017-06-15 15:17:13.320060: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1028] Creating TensorFlow device (/gpu:0) -> (device: 0, name: GeForce GTX 980, pci bus id: 0000:01:00.0)
2017-06-15 15:17:13.324450: F tensorflow/core/common_runtime/direct_session_with_tracking_alloc_test.cc:141] Check failed: cost_models.size() == 1 (2 vs. 1)
external/bazel_tools/tools/test/test-setup.sh: line 159: 333 Aborted (core dumped) "${TEST_PATH}" "$@"
Reducing priority.
Fixed by #114 and #115
This test is marked no_gpu
, so we shouldn't be running it on SYCL anyway. The test behaviour changed in #115 may actually be intended, so the test fails when run with any devices other than CPU.
Closing
System Info
ComputeCpp 0.2.0
To reproduce
Error