GOTCHA wrappers for NUMA functions (#152)
- GOTCHA wrappers for: - mbind - migrate_pages - move_pages - numa_migrate_pages - numa_move_pages - numa_alloc - numa_alloc_local - numa_alloc_interleaved - numa_alloc_onnode - numa_realloc - numa_free - bumped version to 1.6.0 - updated categories - hardware_counters -> kernel_hardware_counters and thread_hardware_counters - simplified mapping category structs to perfetto category names - updated timemory submodule
This commit is contained in:
committed by
GitHub
parent
2718596e5a
commit
64afa49193
@@ -22,7 +22,7 @@ ENV PATH ${HOME}/.local/bin:${PATH}
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get dist-upgrade -y && \
|
||||
apt-get install -y build-essential cmake libnuma-dev wget gnupg2 m4 bash-completion git-core autoconf libtool autotools-dev python3-pip lsb-release libpapi-dev libpfm4-dev libudev-dev libopenmpi-dev rpm librpm-dev curl && \
|
||||
apt-get install -y build-essential cmake libnuma1 wget gnupg2 m4 bash-completion git-core autoconf libtool autotools-dev python3-pip lsb-release libpapi-dev libpfm4-dev libudev-dev libopenmpi-dev rpm librpm-dev curl && \
|
||||
python3 -m pip install 'cmake==3.21.4' && \
|
||||
wget -q -O - https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - && \
|
||||
echo "deb [arch=amd64] https://repo.radeon.com/rocm/apt/${ROCM_REPO_VERSION}/ ${ROCM_REPO_DIST} main" | tee /etc/apt/sources.list.d/rocm.list && \
|
||||
|
||||
Reference in New Issue
Block a user