1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-6.git synced 2024-11-21 15:34:18 +00:00

Add XLA_FLAGS launch envvar

This commit is contained in:
Steffo 2023-02-13 18:48:02 +01:00
parent c5b487f350
commit b19073109c
Signed by: steffo
GPG key ID: 2A24051445686895

1
.vscode/launch.json vendored
View file

@ -13,6 +13,7 @@
"env": {
"NLTK_DATA": "./data/nltk",
"DATA_SET_SIZE": "250",
"XLA_FLAGS": "--xla_gpu_cuda_data_dir=/opt/cuda"
},
"cwd": "${workspaceFolder}",
}