Skip to content

Commit cf9c210

Browse files
committed
Removing some comments from test
1 parent eac2171 commit cf9c210

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

tests/rocblas_gemm_check.sh

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
11
#!/bin/bash
22

3-
# Minimal rocBLAS DGEMM smoke test.
4-
#
5-
# Builds and runs a small HIP/rocBLAS program (one DGEMM, 64x64x64,
6-
# NN, double) against the currently loaded rocm module. Its purpose
7-
# is to exercise the rocBLAS kernel-loading path -- which is where
8-
# the "hipErrorInvalidImage/InvalidKernelFile" failures surface when
9-
# Tensile kernels for the host GPU arch are missing from
10-
# $ROCM_PATH/lib/rocblas/library/ -- without depending on optional
11-
# ROCm packages.
12-
#
13-
# Why not rocblas-bench? It is not shipped by every distro-packaged
14-
# ROCm release (e.g. on this cluster it is present in
15-
# rocm-therock-23.{1,2}.0 and rocm-6.3.{0,1,2}, but absent in
16-
# rocm-6.3.3+, all rocm-6.4.x, and all rocm-7.x). This script
17-
# therefore avoids it and links to librocblas directly so the test
18-
# runs on every rocm/* module.
19-
#
20-
# Why not hipblas? hipBLAS on AMD is a thin wrapper that ultimately
21-
# dispatches to rocBLAS, so it would surface the same failure, but
22-
# rocBLAS-direct keeps the dependency chain minimal and the failure
23-
# attribution unambiguous.
3+
# minimal rocBLAS DGEMM smoke test.
244

255
module -t list 2>&1 | grep -q "^rocm"
266
if [ $? -eq 1 ]; then

0 commit comments

Comments
 (0)