File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ apt-install-and-clear -y linux-tools-common linux-tools-generic kmod
2727
2828cd /
2929# Pulling the latest version of this has broken the images before. Checkout the tagged version below for now.
30- git clone --branch papi-6-0-0-1-t https://bitbucket.org /icl/papi.git
30+ git clone --branch papi-6-0-0-1-t https://github.com /icl-utk-edu /papi
3131cd papi/src
3232export PAPI_CUDA_ROOT=/usr/local/cuda
3333export PAPI_ROCM_ROOT=/opt/rocm
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Installing PAPI
3232
3333PAPI can either be installed using your package manager (``apt-get install libpapi-dev ``
3434on Ubuntu), or from source here:
35- https://bitbucket.org /icl/papi/src/master/ .
35+ https://github.com /icl-utk-edu /papi.
3636
3737Pulling the latest version of PAPI from source has caused build issues before. Therefore, it is recommended to checkout tagged version ``papi-6-0-0-1-t ``.
3838
@@ -102,7 +102,7 @@ You can also change which metrics are collected:
102102 report = vm.profile(
103103 data,
104104 func_name = " main" ,
105- collectors = [tvm.runtime.profiling.PAPIMetricCollector({dev: [" PAPI_FP_OPS" ])],
105+ collectors = [tvm.runtime.profiling.PAPIMetricCollector({dev: [" PAPI_FP_OPS" ]} )],
106106 )
107107
108108 .. code ::
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ int component_for_device(Device dev) {
9191 * PAPI (Performance Application Programming Interface) collects metrics on a
9292 * variety of platforms including cpu, cuda and rocm.
9393 *
94- * PAPI is avaliable at https://bitbucket.org /icl/papi/src/master/ .
94+ * PAPI is avaliable at https://github.com /icl-utk-edu /papi.
9595 */
9696struct PAPIMetricCollectorNode final : public MetricCollectorNode {
9797 /* ! \brief Construct a metric collector that collects a specific set of metrics.
You can’t perform that action at this time.
0 commit comments