File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,12 @@ git clone https://github.com/NVIDIA/cudaqx.git
4040cd cudaqx
4141mkdir build && cd build
4242
43- # Configure your build (adjust as necessary). Note TRT requires extra
44- # dependencies, so the command below disables it from the build.
43+ # Configure your build (adjust as necessary)
4544cmake -G Ninja -S .. \
4645 -DCUDAQ_INSTALL_DIR=$CUDAQ_INSTALL_PREFIX \
4746 -DCMAKE_INSTALL_PREFIX=${CUDAQX_INSTALL_PREFIX} \
4847 -DCUDAQ_DIR=${CUDAQ_INSTALL_PREFIX} /lib/cmake/cudaq \
4948 -DCMAKE_BUILD_TYPE=Release
50- -DCUDAQ_QEC_BUILD_TRT_DECODER=OFF
5149
5250# Install your build
5351ninja install
@@ -57,7 +55,7 @@ export PYTHONPATH=${CUDAQ_INSTALL_PREFIX}:${CUDAQX_INSTALL_PREFIX}
5755export PATH=" ${CUDAQ_INSTALL_PREFIX} /bin:${CUDAQX_INSTALL_PREFIX} /bin:${PATH} "
5856ctest
5957# Run the python tests
60- # The --ignore option is to bypass tests that require additional packages not contained in
58+ # The --ignore option is to bypass tests that require additional packages not contained in
6159# the standard docker container
6260cd ..
6361python3 -m pytest -v libs/qec/python/tests --ignore libs/qec/python/tests/test_tensor_network_decoder.py
You can’t perform that action at this time.
0 commit comments