Commit 492c11b
Fix element type for fixed vector.
The code before had an assumption that the vector (representing the
slice) will have integer type, regardless the type of the joint_matrix.
This is not true for types e.g half, bf16. The fix takes care of the
issue.1 parent cc3d89a commit 492c11b
File tree
1 file changed
+1
-4
lines changed- IGC/Compiler/Optimizer/OpenCLPasses
1 file changed
+1
-4
lines changedLines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
| 453 | + | |
457 | 454 | | |
458 | 455 | | |
459 | 456 | | |
| |||
0 commit comments