We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53901de commit d10deecCopy full SHA for d10deec
qa/L0_backend_python/test.sh
@@ -445,16 +445,6 @@ else
445
fi
446
447
448
-current_num_pages=`get_shm_pages`
449
-if [ $current_num_pages -ne $prev_num_pages ]; then
450
- cat $SERVER_LOG
451
- ls /dev/shm
452
- echo -e "\n***\n*** Test Failed. Shared memory pages where not cleaned properly.
453
-Shared memory pages before starting triton equals to $prev_num_pages
454
-and shared memory pages after starting triton equals to $current_num_pages \n***"
455
- exit 1
456
-fi
457
-
458
# Disable env test for Jetson since cloud storage repos are not supported
459
# Disable ensemble, io and bls tests for Jetson since GPU Tensors are not supported
460
# Disable variants test for Jetson since already built without GPU Tensor support
0 commit comments