We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CUBLAS_WORKSPACE_CONFIG: ":4096:8"
1 parent c5fbe36 commit cf885fdCopy full SHA for cf885fd
.azure/gpu-test.yml
@@ -34,6 +34,7 @@ jobs:
34
CUDA_VERSION: "12.6.3"
35
TORCH_VERSION: "2.7.1"
36
CUDNN_FRONTEND_VERSION: "1.10.0"
37
+ CUBLAS_WORKSPACE_CONFIG: ":4096:8"
38
container:
39
# image: "pytorchlightning/pytorch_lightning:base-cuda-py$(PYTHON_VERSION)-torch$(TORCH_VERSION)-cuda$(CUDA_VERSION)"
40
# pytorchlightning/lightning-thunder:ubuntu22.04-cuda12.1.1-cudnn-fe1.5.0-py3.10-pt_main-dev
.lightning/workflows/tests.yaml
@@ -17,6 +17,7 @@ parametrize:
17
env:
18
SKIP_WITH_CI: "1" # skip single tests with CI
19
NCCL_DEBUG: "INFO"
20
21
NCCL_IGNORE_DISABLED_P2P: "1"
22
23
RUN_ONLY_CUDA_TESTS: "1" # run CUDA tests only
0 commit comments