From b19073109c305748bea3a3e88967d3620c3009ec Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 13 Feb 2023 18:48:02 +0100 Subject: [PATCH] Add `XLA_FLAGS` launch envvar --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index f21c516..0432d79 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,6 +13,7 @@ "env": { "NLTK_DATA": "./data/nltk", "DATA_SET_SIZE": "250", + "XLA_FLAGS": "--xla_gpu_cuda_data_dir=/opt/cuda" }, "cwd": "${workspaceFolder}", }