File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/cuda/mlperf_inference Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
22
33ORIGINAL_FOLDER=$PWD
4- BASE_MLPERF_DIR=$GPUAPPS_ROOT /bin/$CUDA_VERSION /release/mlperf_inference/
4+ short_version=$( echo " $CUDA_VERSION " | cut -d ' .' -f1,2)
5+ echo $short_version
6+ BASE_MLPERF_DIR=$GPUAPPS_ROOT /bin/$short_version /release/mlperf_inference/
57cd $BASE_MLPERF_DIR
68. ./mlc/bin/activate
79export MLC_SCRIPT_EXTRA_CMD=" --adr.python.name=mlperf" &&
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33ORIGINAL_FOLDER=$PWD
4- BASE_MLPERF_DIR=$GPUAPPS_ROOT /bin/$CUDA_VERSION /release/mlperf_inference/
4+ short_version=$( echo " $CUDA_VERSION " | cut -d ' .' -f1,2)
5+ echo $short_version
6+ BASE_MLPERF_DIR=$GPUAPPS_ROOT /bin/$short_version /release/mlperf_inference/
57cd $BASE_MLPERF_DIR
68. ./mlc/bin/activate
79export MLC_SCRIPT_EXTRA_CMD=" --adr.python.name=mlperf" &&
You can’t perform that action at this time.
0 commit comments