### Which component has the problem? CuTe DSL ### Bug Report **Describe the bug** I get a segmentation fault when initializing cuda context. **Steps/Code to reproduce bug** use nvidia-cutlass-dsl==4.2.1 AND cuda-python>=13.0.0 (which is the default on latest cute dsl). ```py import cutlass cutlass.cuda.initialize_cuda_context() ``` **Expected behavior** I expect to not get a segfault like it does on nvidia-cutlass-dsl==4.2.0 with cuda-python==12.9.2. **Environment details (please complete the following information):** nvidia-cutlass-dsl==4.2.1 + cuda-python>=13.0.1