File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
# The tests in the testsuite (required).
19
19
"tests" : [
20
20
{
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}",
22
22
"attributes" : [ ]
23
23
},
24
24
{
25
25
"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",
26
26
"attributes": [ "result=multi" ]
27
27
},
28
28
{
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}",
30
30
"attributes" : [ ]
31
31
}
32
32
]
Original file line number Diff line number Diff line change 18
18
# The tests in the testsuite (required).
19
19
"tests" : [
20
20
{
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}",
22
22
"attributes" : [ ]
23
23
},
24
24
{
25
25
"exe": "${PYTHON} eris_perf.py",
26
26
"attributes": [ "result=multi" ]
27
27
},
28
28
{
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}",
30
30
"attributes" : [ ]
31
31
}
32
32
]
Original file line number Diff line number Diff line change 18
18
# default timeout value of 900 seconds will be used.
19
19
"timeout" : "12000",
20
20
# Default timeout for individual tests, in seconds (optional).
21
- "testtimeout" : "900 ",
21
+ "testtimeout" : "2700 ",
22
22
# The tests in the testsuite (required).
23
23
"tests" : [
24
24
You can’t perform that action at this time.
0 commit comments