diff options
| author | pdeayton-nv <205388607+pdeayton-nv@users.noreply.github.com> | 2025-10-06 04:07:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-06 11:07:55 +0000 |
| commit | 7774d5b430c5aca22c8e00a7578702ecfc7b5e2a (patch) | |
| tree | e6b54deb160a8222ecfcf233972aadef3939087b /tools | |
| parent | 04093bcbaea9784cdffe55f3931f50db7ad9f808 (diff) | |
Prefer IntegerType over LogicalType integer matrix mul() overloads (#8426)
Integer mul(matrix, matrix) and mul(vector, matrix) are not
disambiguated between __BuiltinIntegerType and __BuiltinLogicalType,
emitting an ambiguous call compilation error.
Use the OverloadRank attribute to prefer the IntegerType overload over
the LogicalType overload.
Fixes #8424
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions
