Skip to content

Commit e1816d8

Browse files
committed
Back integrate internal test file changes from Perforce for consistency.
1 parent b2ac4ec commit e1816d8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

thrust_perf_tests.trs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
# The tests in the testsuite (required).
1919
"tests" : [
2020
{
21-
"exe" : "{PYTHON} {TR_INSTALL_DIR}/opencl/_tests/GPUConfMgr/GPUConfMgr.py -caseName=set -clock=P0MAX -VULCAN_INSTALL={TR_INSTALL_DIR}",
21+
"init" : "{PYTHON} {TR_INSTALL_DIR}/GPUConfMgr/GPUConfMgr.py -caseName=set -clock=P0 -VULCAN_INSTALL={TR_INSTALL_DIR}",
2222
"attributes" : [ ]
2323
},
2424
{
2525
"exe": "{PYTHON} {TR_TESTSUITE_DIR}/internal/scripts/eris_perf.py -b {TR_INSTALL_DIR}/bin/{TR_ARCH_PATH}/bench -p {TR_INSTALL_DIR}/thrust/internal/benchmark/combine_benchmark_results.py",
2626
"attributes": [ "result=multi" ]
2727
},
2828
{
29-
"exe" : "{PYTHON} {TR_INSTALL_DIR}/opencl/_tests/GPUConfMgr/GPUConfMgr.py -caseName=reset -clock=P0MAX -VULCAN_INSTALL={TR_INSTALL_DIR}",
29+
"fini" : "{PYTHON} {TR_INSTALL_DIR}/GPUConfMgr/GPUConfMgr.py -caseName=reset -clock=P0 -VULCAN_INSTALL={TR_INSTALL_DIR}",
3030
"attributes" : [ ]
3131
}
3232
]

thrust_perf_tests.vlct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
# The tests in the testsuite (required).
1919
"tests" : [
2020
{
21-
"exe" : "${PYTHON} ${VULCAN_INSTALL_DIR}/opencl/_tests/GPUConfMgr/GPUConfMgr.py -caseName=set -clock=P0MAX -VULCAN_INSTALL=${VULCAN_INSTALL_DIR}",
21+
"exe" : "${PYTHON} ${VULCAN_INSTALL_DIR}/opencl/_tests/GPUConfMgr/GPUConfMgr.py -caseName=set -clock=P0 -VULCAN_INSTALL=${VULCAN_INSTALL_DIR}",
2222
"attributes" : [ ]
2323
},
2424
{
2525
"exe": "${PYTHON} eris_perf.py",
2626
"attributes": [ "result=multi" ]
2727
},
2828
{
29-
"exe" : "${PYTHON} ${VULCAN_INSTALL_DIR}/opencl/_tests/GPUConfMgr/GPUConfMgr.py -caseName=reset -clock=P0MAX -VULCAN_INSTALL=${VULCAN_INSTALL_DIR}",
29+
"exe" : "${PYTHON} ${VULCAN_INSTALL_DIR}/opencl/_tests/GPUConfMgr/GPUConfMgr.py -caseName=reset -clock=P0 -VULCAN_INSTALL=${VULCAN_INSTALL_DIR}",
3030
"attributes" : [ ]
3131
}
3232
]

thrust_tests.trs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# default timeout value of 900 seconds will be used.
1919
"timeout" : "12000",
2020
# Default timeout for individual tests, in seconds (optional).
21-
"testtimeout" : "900",
21+
"testtimeout" : "2700",
2222
# The tests in the testsuite (required).
2323
"tests" : [
2424

0 commit comments

Comments
 (0)