chain_constant_memory icon indicating copy to clipboard operation
chain_constant_memory copied to clipboard

Error running mem_util_test.py

Open Yagun opened this issue 7 years ago • 0 comments

Hi,

Windows 7 Python 3.5

Python crushes when runs mem_util_test.py

First the script writes:

2018-02-19 18:31:16.886501: I C:\tf_jenkins\workspace\rel-win\M\windows-gpu\PY\35\tensorflow\core\platform\cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to u
se: AVX
2018-02-19 18:31:17.002507: I C:\tf_jenkins\workspace\rel-win\M\windows-gpu\PY\35\tensorflow\core\common_runtime\gpu\gpu_device.cc:1105] Found device 0 with properties:
name: GeForce GTX 660 major: 3 minor: 0 memoryClockRate(GHz): 1.0975
pciBusID: 0000:01:00.0
totalMemory: 2.00GiB freeMemory: 1.75GiB
2018-02-19 18:31:17.003507: I C:\tf_jenkins\workspace\rel-win\M\windows-gpu\PY\35\tensorflow\core\common_runtime\gpu\gpu_device.cc:1195] Creating TensorFlow device (/device:GPU:0) -> (device: 0, name: GeForce GTX
660, pci bus id: 0000:01:00.0, compute capability: 3.0)
2018-02-19 18:31:17.393530: I C:\tf_jenkins\workspace\rel-win\M\windows-gpu\PY\35\tensorflow\core\common_runtime\gpu\gpu_device.cc:1195] Creating TensorFlow device (/device:GPU:0) -> (device: 0, name: GeForce GTX
660, pci bus id: 0000:01:00.0, compute capability: 3.0)
2018-02-19 18:31:17.401530: I C:\tf_jenkins\workspace\rel-win\M\windows-gpu\PY\35\tensorflow\stream_executor\dso_loader.cc:129] Couldn't open CUDA library cupti64_90.dll
2018-02-19 18:31:17.402530: F C:\tf_jenkins\workspace\rel-win\M\windows-gpu\PY\35\tensorflow/stream_executor/lib/statusor.h:212] Non-OK-status: status_ status: Failed precondition: could not dlopen DSO: cupti64_90
.dll; dlerror: cupti64_90.dll not found

Then Python crushes with this error message:

Problem signature:
  Problem Event Name:	APPCRASH
  Application Name:	python.exe
  Application Version:	3.5.4150.1013
  Application Timestamp:	59891fd7
  Fault Module Name:	ucrtbase.DLL
  Fault Module Version:	10.0.10586.1171
  Fault Module Timestamp:	59ae5010
  Exception Code:	40000015
  Exception Offset:	00000000000699df
  OS Version:	6.1.7601.2.1.0.768.3
  Locale ID:	2057
  Additional Information 1:	fd1b
  Additional Information 2:	fd1b385075e60b88ead45d673b86dde4
  Additional Information 3:	970e
  Additional Information 4:	970e86229f1ab91001ad8d3665413eaf

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

Yagun avatar Feb 19 '18 18:02 Yagun