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.
1 parent 6393eff commit c509404Copy full SHA for c509404
cuda_bindings/tests/cython/build_tests.bat
@@ -5,5 +5,5 @@ REM SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
5
6
setlocal
7
set CL=%CL% /I"%CUDA_HOME%\include"
8
- cythonize -3 -i %~dp0test_*.pyx
+ cythonize -3 -i -Xfreethreading_compatible=True %~dp0test_*.pyx
9
endlocal
cuda_bindings/tests/cython/build_tests.sh
@@ -14,4 +14,4 @@ else
14
exit 1
15
fi
16
17
-cythonize -3 -Xfreethreading_compatible=True -i ${SCRIPTPATH}/test_*.pyx
+cythonize -3 -i -Xfreethreading_compatible=True ${SCRIPTPATH}/test_*.pyx
cuda_core/tests/cython/build_tests.sh
@@ -15,4 +15,4 @@ else
18
-cythonize -3 -i ${SCRIPTPATH}/test_*.pyx
0 commit comments