Commit 06dc5c7
committed
- Update the codegen class docstring for LTO.
- Simplify / correct some logic in `_readenv()` (`value.lower()` could
never be `"True"`, only `"true"`.
- Simplify additional flags and linker checks.
- Setting `self._linker.complete` in `complete()` is unnecessary, as
calling `get_linked_cubin()` sets the link as complete already.
1 parent 7e01ab0 commit 06dc5c7
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
2631 | 2631 | | |
2632 | 2632 | | |
2633 | 2633 | | |
2634 | | - | |
| 2634 | + | |
2635 | 2635 | | |
2636 | 2636 | | |
2637 | 2637 | | |
| |||
3088 | 3088 | | |
3089 | 3089 | | |
3090 | 3090 | | |
3091 | | - | |
3092 | | - | |
3093 | | - | |
| 3091 | + | |
3094 | 3092 | | |
3095 | 3093 | | |
3096 | 3094 | | |
| |||
0 commit comments