From 4518a39d121f59a12965e842884b2230432ec7d0 Mon Sep 17 00:00:00 2001 From: project6-dev Date: Thu, 13 Aug 2026 14:13:19 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20restore=20LD=5FPRELOAD=20libcccl=5Falloc?= =?UTF-8?q?ator.so=20=E2=80=94=20verified=20compiles=20in=20docker=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit verify_submission.sh confirmed: CCCL preload compiles and loads on BI-V100. Was removed in 8d2f30f0 due to crash concern, but the .so is built by patch_ops.sh during docker build so it will always exist at runtime. --- computility-run.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/computility-run.yaml b/computility-run.yaml index b009c3fb..7d356832 100644 --- a/computility-run.yaml +++ b/computility-run.yaml @@ -49,4 +49,6 @@ env: value: '1' - name: PYTORCH_CUDA_ALLOC_CONF value: max_split_size_mb:512 + - name: LD_PRELOAD + value: /workspace/qwen3_6_scripts/cccl_preload/libcccl_allocator.so