We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cbc7b commit 45ab6b9Copy full SHA for 45ab6b9
1 file changed
recipe/recipe.yaml
@@ -10,7 +10,6 @@ context:
10
bindings_patch_version: ${{ (version | split("."))[2] | int }}
11
target_name: ${{ "sbsa-linux" if aarch64 else 'x86_64-linux' if linux else "x64" if win else "" }}
12
subdir: ${{ "targets/" ~ target_name if aarch64 or linux else "Library\\" if win else "" }}
13
- touch_is_freethreading: ${{ is_freethreading if is_freethreading is defined else False }}
14
15
recipe:
16
name: cuda-python-split
0 commit comments