tests,gpu-compute: Fix incorrect options handling

Change-Id: Ica845ad7c4a49fe2636df3bf184220a33557bc5e
This commit is contained in:
Bobby R. Bruce
2024-08-22 05:43:36 -07:00
parent 0a188850fe
commit 6057de452b

View File

@@ -67,7 +67,7 @@ gem5_verify_config(
"-c", "-c",
joinpath(resource_path, "allSyncPrims-1kernel"), joinpath(resource_path, "allSyncPrims-1kernel"),
"--options", "--options",
"'sleepMutex 10 16 4'", "sleepMutex 10 16 4",
], ],
valid_isas=(constants.vega_x86_tag,), valid_isas=(constants.vega_x86_tag,),
valid_hosts=(constants.host_gcn_gpu_tag,), valid_hosts=(constants.host_gcn_gpu_tag,),
@@ -89,7 +89,7 @@ gem5_verify_config(
"-c", "-c",
joinpath(resource_path, "allSyncPrims-1kernel"), joinpath(resource_path, "allSyncPrims-1kernel"),
"--options", "--options",
"'lfTreeBarrUniq 10 16 4 10 16 4'", "lfTreeBarrUniq 10 16 4 10 16 4",
], ],
valid_isas=(constants.vega_x86_tag,), valid_isas=(constants.vega_x86_tag,),
valid_hosts=(constants.host_gcn_gpu_tag,), valid_hosts=(constants.host_gcn_gpu_tag,),
@@ -115,7 +115,7 @@ gem5_verify_config(
"-c", "-c",
joinpath(resource_path, "lulesh"), joinpath(resource_path, "lulesh"),
"--options", "--options",
"'0.01 2'", "0.01 2",
], ],
valid_isas=(constants.vega_x86_tag,), valid_isas=(constants.vega_x86_tag,),
valid_hosts=(constants.host_gcn_gpu_tag,), valid_hosts=(constants.host_gcn_gpu_tag,),
@@ -137,7 +137,7 @@ gem5_verify_config(
"-c", "-c",
joinpath(resource_path, "hacc-force-tree"), joinpath(resource_path, "hacc-force-tree"),
"--options", "--options",
"'0.5 0.1 64 0.1 1 N 12 rcb'", "0.5 0.1 64 0.1 1 N 12 rcb",
], ],
valid_isas=(constants.vega_x86_tag,), valid_isas=(constants.vega_x86_tag,),
valid_hosts=(constants.host_gcn_gpu_tag,), valid_hosts=(constants.host_gcn_gpu_tag,),