tests,gpu-compute: Fix gpu tests (#1496)
This commit is contained in:
2
.github/workflows/daily-tests.yaml
vendored
2
.github/workflows/daily-tests.yaml
vendored
@@ -100,7 +100,7 @@ jobs:
|
||||
if: success() || failure()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: gpu_COMMIT.${{github.sha}}_RUN.${{github.run_id}}_ATTEMPT.${{github.run_attempt}}
|
||||
name: gpu_tests_${{github.sha}}_RUN_${{github.run_id}}_ATTEMPT_${{github.run_attempt}}
|
||||
path: tests/testing-results
|
||||
retention-days: 7
|
||||
|
||||
|
||||
2
.github/workflows/weekly-tests.yaml
vendored
2
.github/workflows/weekly-tests.yaml
vendored
@@ -80,7 +80,7 @@ jobs:
|
||||
if: success() || failure()
|
||||
uses: actions/upload-artifact@v4.0.0
|
||||
with:
|
||||
name: gpu_COMMIT.${{github.sha}}_RUN.${{github.run_id}}_ATTEMPT.${{github.run_attempt}}
|
||||
name: gpu_tests_${{github.sha}}_RUN_${{github.run_id}}_ATTEMPT_${{github.run_attempt}}
|
||||
path: tests/testing-results
|
||||
retention-days: 7
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ gem5_verify_config(
|
||||
"-c",
|
||||
joinpath(resource_path, "allSyncPrims-1kernel"),
|
||||
"--options",
|
||||
"'sleepMutex 10 16 4'",
|
||||
"sleepMutex 10 16 4",
|
||||
],
|
||||
valid_isas=(constants.vega_x86_tag,),
|
||||
valid_hosts=(constants.host_gcn_gpu_tag,),
|
||||
@@ -89,7 +89,7 @@ gem5_verify_config(
|
||||
"-c",
|
||||
joinpath(resource_path, "allSyncPrims-1kernel"),
|
||||
"--options",
|
||||
"'lfTreeBarrUniq 10 16 4 10 16 4'",
|
||||
"lfTreeBarrUniq 10 16 4 10 16 4",
|
||||
],
|
||||
valid_isas=(constants.vega_x86_tag,),
|
||||
valid_hosts=(constants.host_gcn_gpu_tag,),
|
||||
@@ -115,7 +115,7 @@ gem5_verify_config(
|
||||
"-c",
|
||||
joinpath(resource_path, "lulesh"),
|
||||
"--options",
|
||||
"'0.01 2'",
|
||||
"0.01 2",
|
||||
],
|
||||
valid_isas=(constants.vega_x86_tag,),
|
||||
valid_hosts=(constants.host_gcn_gpu_tag,),
|
||||
@@ -137,7 +137,7 @@ gem5_verify_config(
|
||||
"-c",
|
||||
joinpath(resource_path, "hacc-force-tree"),
|
||||
"--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_hosts=(constants.host_gcn_gpu_tag,),
|
||||
|
||||
Reference in New Issue
Block a user