You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ body:
36
36
attributes:
37
37
label: Is your feature request related to a problem? Please describe.
38
38
description: A clear and concise description of what the problem is, e.g., "I would like to be able to..."
39
-
placeholder: I would like to be able to use the equivalent of `cuda.core.experimental.Program.compile(...)` to compile my code to PTX.
39
+
placeholder: I would like to be able to use the equivalent of `cuda.core.Program.compile(...)` to compile my code to PTX.
40
40
validations:
41
41
required: true
42
42
@@ -46,7 +46,7 @@ body:
46
46
label: Describe the solution you'd like
47
47
description: A clear and concise description of what you want to happen.
48
48
placeholder: |
49
-
Support a `ptx` target_type in the `cuda.core.experimental.Program.compile(...)` function.
49
+
Support a `ptx` target_type in the `cuda.core.Program.compile(...)` function.
50
50
validations:
51
51
required: true
52
52
@@ -57,7 +57,7 @@ body:
57
57
description:
58
58
If applicable, please add a clear and concise description of any alternative solutions or features you've
59
59
considered.
60
-
placeholder: The alternatives to using `cuda.core.experimental.Program.compile(...)` are unappealing. They usually involve using lower level bindings to something like nvRTC or invoking the nvcc executable.
60
+
placeholder: The alternatives to using `cuda.core.Program.compile(...)` are unappealing. They usually involve using lower level bindings to something like nvRTC or invoking the nvcc executable.
0 commit comments