Skip to content

Commit

Permalink
cuquantum-benchmark added
Browse files Browse the repository at this point in the history
  • Loading branch information
klinus9542 committed Oct 29, 2024
1 parent cb9d046 commit 5372f51
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:22.04

LABEL org.opencontainers.image.arch=arm
LABEL org.opencontainers.image.compilation=auto
LABEL org.opencontainers.image.devmode=true
LABEL org.opencontainers.image.devmode=false
LABEL org.opencontainers.image.ref.name="ubuntu"
LABEL org.opencontainers.image.version="22.04"
LABEL org.opencontainers.image.author="Shusen Liu"
Expand Down Expand Up @@ -214,6 +214,12 @@ RUN cd /opt/cuquantum/distributed_interfaces &&\
sh activate_mpi.sh &&\
echo 'export CUTENSORNET_COMM_LIB=/opt/cuquantum/distributed_interfaces/libcutensornet_distributed_mpi.so' >> /opt/cuquantum-env/activate_cuquantum.sh

RUN git clone https://github.com/nvidia/cuquantum.git /tmp/cuquantum && \
cp -r /tmp/cuquantum/benchmarks /opt/benchmarks && \
. /opt/cuquantum-env/activate_cuquantum.sh && \
cd /opt/benchmarks && \
pip install .



# Configure deactivate script
Expand Down

0 comments on commit 5372f51

Please sign in to comment.