xemu/subprojects/glslang/Test/baseResults/spv.bfloat16_error.comp.out

42 lines
3.3 KiB
Plaintext

spv.bfloat16_error.comp
ERROR: 0:31: 'assign' : cannot convert from ' temp uint8_t' to ' temp bfloat16_t'
ERROR: 0:32: 'assign' : cannot convert from ' temp uint16_t' to ' temp bfloat16_t'
ERROR: 0:33: 'assign' : cannot convert from ' temp highp uint' to ' temp bfloat16_t'
ERROR: 0:34: 'assign' : cannot convert from ' temp uint64_t' to ' temp bfloat16_t'
ERROR: 0:35: 'assign' : cannot convert from ' temp int8_t' to ' temp bfloat16_t'
ERROR: 0:36: 'assign' : cannot convert from ' temp int16_t' to ' temp bfloat16_t'
ERROR: 0:37: 'assign' : cannot convert from ' temp highp int' to ' temp bfloat16_t'
ERROR: 0:38: 'assign' : cannot convert from ' temp int64_t' to ' temp bfloat16_t'
ERROR: 0:40: 'assign' : cannot convert from ' temp float16_t' to ' temp bfloat16_t'
ERROR: 0:41: 'assign' : cannot convert from ' temp highp float' to ' temp bfloat16_t'
ERROR: 0:42: 'assign' : cannot convert from ' temp double' to ' temp bfloat16_t'
ERROR: 0:43: 'assign' : cannot convert from ' temp bfloat16_t' to ' temp uint8_t'
ERROR: 0:44: 'assign' : cannot convert from ' temp bfloat16_t' to ' temp uint16_t'
ERROR: 0:45: 'assign' : cannot convert from ' temp bfloat16_t' to ' temp highp uint'
ERROR: 0:46: 'assign' : cannot convert from ' temp bfloat16_t' to ' temp uint64_t'
ERROR: 0:47: 'assign' : cannot convert from ' temp bfloat16_t' to ' temp int8_t'
ERROR: 0:48: 'assign' : cannot convert from ' temp bfloat16_t' to ' temp int16_t'
ERROR: 0:49: 'assign' : cannot convert from ' temp bfloat16_t' to ' temp highp int'
ERROR: 0:50: 'assign' : cannot convert from ' temp bfloat16_t' to ' temp int64_t'
ERROR: 0:52: 'assign' : cannot convert from ' temp bfloat16_t' to ' temp float16_t'
ERROR: 0:56: 'b2' : undeclared identifier
ERROR: 0:56: 'dot' : no matching overloaded function found
ERROR: 0:58: 'funcbf16' : no matching overloaded function found
ERROR: 0:59: 'funcbf16' : no matching overloaded function found
ERROR: 0:60: 'funcbf16' : no matching overloaded function found
ERROR: 0:62: 'constructor' : can't convert
ERROR: 0:62: ' temp bool' : cannot construct with these arguments
ERROR: 0:62: '=' : cannot convert from ' const float' to ' temp bool'
ERROR: 0:63: 'constructor' : can't convert
ERROR: 0:63: ' temp bfloat16_t' : cannot construct with these arguments
ERROR: 0:63: 'assign' : cannot convert from ' const float' to ' temp bfloat16_t'
ERROR: 0:65: '++' : wrong operand type no operation '++' exists that takes an operand of type temp bfloat16_t (or there is no acceptable conversion)
ERROR: 0:66: '--' : wrong operand type no operation '--' exists that takes an operand of type temp bfloat16_t (or there is no acceptable conversion)
ERROR: 0:67: '-' : wrong operand type no operation '-' exists that takes an operand of type temp bfloat16_t (or there is no acceptable conversion)
ERROR: 0:69: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of type ' temp bfloat16_t' and a right operand of type ' temp bfloat16_t' (or there is no acceptable conversion)
ERROR: 0:72: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of type ' temp coopmat<3, 16, 16, 0> bfloat16_t' and a right operand of type ' temp coopmat<3, 16, 16, 0> bfloat16_t' (or there is no acceptable conversion)
ERROR: 36 compilation errors. No code generated.
SPIR-V is not generated for failed compile or link