Commit bbe079a
Ewan Crawford
[UR][CUDA] Fix command-buffer handle inheritance
The `ur_exp_command_buffer_handle_t_` definition in the CUDA
adapter was missed in #17118 in
the changes to inherit from a base handle.
Discovered by seeing segfaults in the UR CTS tests locally, and
git bisecting back to that change.1 parent b18e39d commit bbe079a
File tree
2 files changed
+2
-2
lines changed- unified-runtime/source/adapters/cuda
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments