From d932482c1b28bc2ed19c4ffebb933ba0ddfbd54d Mon Sep 17 00:00:00 2001 From: Sachin Pisal Date: Mon, 10 Feb 2025 13:55:14 -0800 Subject: [PATCH 1/2] Enabling the serialized code execution feature Signed-off-by: Sachin Pisal --- tools/cudaq-qpud/nvqc_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cudaq-qpud/nvqc_proxy.py b/tools/cudaq-qpud/nvqc_proxy.py index ea9933e537a..a4ebda22873 100644 --- a/tools/cudaq-qpud/nvqc_proxy.py +++ b/tools/cudaq-qpud/nvqc_proxy.py @@ -32,7 +32,7 @@ WATCHDOG_TIMEOUT_SEC = 0 RUN_AS_NOBODY = False # Expect this to be overridden to true for NVQC deployment SUDO_FOUND = False -CUDAQ_SER_CODE_EXEC = False +CUDAQ_SER_CODE_EXEC = True def build_command_list(temp_file_name: str) -> list[str]: From 6f78dec999080e550eae775586b5597423072180 Mon Sep 17 00:00:00 2001 From: Sachin Pisal Date: Mon, 10 Feb 2025 17:03:37 -0800 Subject: [PATCH 2/2] Fixing the remote-mqpu and nvqc links Signed-off-by: Sachin Pisal --- tools/cudaq-qpud/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/cudaq-qpud/README.md b/tools/cudaq-qpud/README.md index 9e43f25d738..db90bd5f993 100644 --- a/tools/cudaq-qpud/README.md +++ b/tools/cudaq-qpud/README.md @@ -5,8 +5,8 @@ This file contains tips and tricks for when you are performing manual testing/ debugging for `remote-mqpu` or `nvqc` targets. This file is primarily intended for **CUDA-Q developers, not end users**. See the user-facing docs here: -- [`remote-mqpu`](https://nvidia.github.io/cuda-quantum/latest/using/backends/platform.html#remote-mqpu-platform) -- [`nvqc`](https://nvidia.github.io/cuda-quantum/latest/using/backends/nvqc.html) +- [`remote-mqpu`](https://nvidia.github.io/cuda-quantum/latest/using/backends/sims/mqpusims.html#multi-qpu-other-backends) +- [`nvqc`](https://nvidia.github.io/cuda-quantum/latest/using/backends/cloud/nvqc.html) ## Fully local within `cuda-quantum-dev` container