Commit 25d05f3
authored
[SYCL][CUDA] Allow varying program metadata in CUDA backend (#7555)
Recently the program metadata produced for reqd_work_group_size changed
to allow between 1 and 3 values instead of guaranteing 3 values. This
commit makes the CUDA backend correctly parse reqd_work_group_size
metadata with variable number of elements.
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>1 parent e839d4e commit 25d05f3
1 file changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
688 | | - | |
689 | | - | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
690 | 693 | | |
691 | 694 | | |
692 | 695 | | |
693 | | - | |
694 | | - | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
695 | 702 | | |
696 | 703 | | |
697 | 704 | | |
| |||
0 commit comments