-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Code Generation Tools
-
CODEGEN-15553
-
-
-
default
Issue: The C7x compiler (cl7x) may crash with an internal assertion error when compiling code that uses MMA (Matrix Multiply Accumulate) intrinsics with optimization level and the --silicon_errata_i2117 option enabled.
Affected command line: cl7x -O<level> -mv7100 --silicon_errata_i2117 <source_file> -c
Symptom: The compiler terminates unexpectedly with the message: Assertion 'cu_list->has_fu_selected()' failed.
Workaround: Removing the --silicon_errata_i2117 flag if the device is not J7ES revision 1.0
Resolution: This issue has been fixed and will be available in the next public release.