From 693ab564342308a119c640c6da44787fefe74269 Mon Sep 17 00:00:00 2001 From: Manoj S K Date: Wed, 3 Jun 2026 00:06:24 -0700 Subject: [PATCH] stress cfg file --- rvs/conf/gfx1201/gst_3hr_stress.conf | 63 ++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 rvs/conf/gfx1201/gst_3hr_stress.conf diff --git a/rvs/conf/gfx1201/gst_3hr_stress.conf b/rvs/conf/gfx1201/gst_3hr_stress.conf new file mode 100644 index 00000000..fa112438 --- /dev/null +++ b/rvs/conf/gfx1201/gst_3hr_stress.conf @@ -0,0 +1,63 @@ +# ################################################################################ +# # +# # Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved. +# # +# # MIT LICENSE: +# # Permission is hereby granted, free of charge, to any person obtaining a copy of +# # this software and associated documentation files (the "Software"), to deal in +# # the Software without restriction, including without limitation the rights to +# # use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +# # of the Software, and to permit persons to whom the Software is furnished to do +# # so, subject to the following conditions: +# # +# # The above copyright notice and this permission notice shall be included in all +# # copies or substantial portions of the Software. +# # +# # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# # SOFTWARE. +# # +# ############################################################################### + + + +# GST test +# +# +# Run test with: +# cd bin +# sudo ./rvs -c conf/gfx1201/gst_3hr_stress.conf -d 3 +# +# Expected result: +# The test on each GPU passes (TRUE) if the GPU achieves target gflops +# and GPU sustains the gflops +# for the rest of the test duration . +# FALSE otherwise + +actions: +- name: gpustress-4K-fp16-false + device: all + module: gst + parallel: false + count: 1 + duration: 10800000 + copy_matrix: false + target_stress: 145000 + matrix_size_a: 4096 + matrix_size_b: 4096 + matrix_size_c: 4096 + hotcalls: 1000 + data_type: fp16_r + compute_type: fp32_r + lda: 4128 + ldb: 4128 + ldc: 4128 + ldd: 4128 + transa: 1 + transb: 0 + blas_source: hipblaslt +