Commit cf52459
committed
[HIP] Fix error code for unsupported program info
Unsupported program info should return unsupported enumeration instead
of unsupported feature.
This aligns with the CUDA adapter and makes the CTS understand that
these properties aren't failing but just unsupported.1 parent cfe5912 commit cf52459
File tree
2 files changed
+4
-4
lines changed- source/adapters/hip
- test/conformance/program
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
412 | 415 | | |
413 | 416 | | |
414 | 417 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
| |||
0 commit comments