Signed-off-by: Karl W Schulz <karl.schulz@amd.com>


[ROCm/rocprofiler-compute commit: 9415f5e54b]
Bu işleme şunda yer alıyor:
Karl W Schulz
2024-04-19 14:30:44 -05:00
işlemeyi yapan: Karl W. Schulz
ebeveyn 8a69115187
işleme b696085fad
+10 -9
Dosyayı Görüntüle
@@ -83,16 +83,17 @@ jobs:
make install
- name: Verify expected paths
run: |
find $INSTALL_DIR
test -d $INSTALL_DIR/omniperf
test -x $INSTALL_DIR/omniperf/bin/omniperf
test -s $INSTALL_DIR/omniperf/libexec/omniperf/VERSION
test -s $INSTALL_DIR/omniperf/libexec/omniperf/VERSION.sha
test -d $INSTALL_DIR/omniperf/libexec/omniperf/omniperf_analyze
test -d $INSTALL_DIR/omniperf/libexec/omniperf/omniperf_profile
test -d $INSTALL_DIR/omniperf/libexec/omniperf/omniperf_soc
test -d $INSTALL_DIR/omniperf/libexec/omniperf/utils
test -s $INSTALL_DIR/omniperf/share/omniperf/sample/vcopy.cpp
test -d $INSTALL_DIR/omniperf/share/omniperf/modulefiles
## test -x $INSTALL_DIR/omniperf/bin/omniperf
## test -s $INSTALL_DIR/omniperf/libexec/omniperf/VERSION
## test -s $INSTALL_DIR/omniperf/libexec/omniperf/VERSION.sha
## test -d $INSTALL_DIR/omniperf/libexec/omniperf/omniperf_analyze
## test -d $INSTALL_DIR/omniperf/libexec/omniperf/omniperf_profile
## test -d $INSTALL_DIR/omniperf/libexec/omniperf/omniperf_soc
## test -d $INSTALL_DIR/omniperf/libexec/omniperf/utils
## test -s $INSTALL_DIR/omniperf/share/omniperf/sample/vcopy.cpp
## test -d $INSTALL_DIR/omniperf/share/omniperf/modulefiles
- name: Query version (setting PYTHONPATH by hand)
run: |
export PYTHONPATH=${INSTALL_DIR}/python-libs:$PYTHONPATH