Skip to content
Unverified Commit fde69dcd authored by Steven Perron's avatar Steven Perron Committed by GitHub
Browse files

Fix OpDot folding of half float vectors. (#2411)

* Fix OpDot folding of half float vectors.

The code that folds OpDot does not handle half floats correctly.  After
trying to multiple the first components, we get a nullptr because we
don't fold half float values.  This nullptr gets passed to the code that
does the addition, and causes an assert.

Fixes #2405.
parent 8eddde2e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment