Skip to content

Commit cf885fd

Browse files
authored
gpu: use CUBLAS_WORKSPACE_CONFIG: ":4096:8" (#2124)
1 parent c5fbe36 commit cf885fd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.azure/gpu-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
CUDA_VERSION: "12.6.3"
3535
TORCH_VERSION: "2.7.1"
3636
CUDNN_FRONTEND_VERSION: "1.10.0"
37+
CUBLAS_WORKSPACE_CONFIG: ":4096:8"
3738
container:
3839
# image: "pytorchlightning/pytorch_lightning:base-cuda-py$(PYTHON_VERSION)-torch$(TORCH_VERSION)-cuda$(CUDA_VERSION)"
3940
# pytorchlightning/lightning-thunder:ubuntu22.04-cuda12.1.1-cudnn-fe1.5.0-py3.10-pt_main-dev

.lightning/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ parametrize:
1717
env:
1818
SKIP_WITH_CI: "1" # skip single tests with CI
1919
NCCL_DEBUG: "INFO"
20+
CUBLAS_WORKSPACE_CONFIG: ":4096:8"
2021
NCCL_IGNORE_DISABLED_P2P: "1"
2122
TORCH_VERSION: "2.7.1"
2223
RUN_ONLY_CUDA_TESTS: "1" # run CUDA tests only

0 commit comments

Comments
 (0)