DEBUG_LD -> LD_DEBUG
This commit is contained in:
parent
62b52262b1
commit
813412f4c5
@ -82,7 +82,7 @@ with tf.Session() as sess:
|
||||
EOF
|
||||
${python_bin_path} /tmp/check_tf.py 2>&1 >> ${OUTPUT_FILE}
|
||||
|
||||
DEBUG_LD=libs ${python_bin_path} -c "import tensorflow" 2>>${OUTPUT_FILE} > /tmp/loadedlibs
|
||||
LD_DEBUG=libs ${python_bin_path} -c "import tensorflow" 2>>${OUTPUT_FILE} > /tmp/loadedlibs
|
||||
|
||||
{
|
||||
grep libcudnn.so /tmp/loadedlibs
|
||||
|
Loading…
Reference in New Issue
Block a user