Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

COMPAIR ERROR #67

Closed
mathpopo opened this issue Oct 13, 2019 · 2 comments
Closed

COMPAIR ERROR #67

mathpopo opened this issue Oct 13, 2019 · 2 comments

Comments

@mathpopo
Copy link

from /home//Desktop/QNNPACK-master/bench/hgemm.cc:24:
/home//Desktop/QNNPACK-master/src/qnnpack/scalar-utils.h:70:19: error: exponent has no digits
assert(scale >= 0x1.0p-32f);
^
/home//Desktop/QNNPACK-master/src/qnnpack/requantization.h:30:19: error: exponent has no digits
assert(scale >= 0x1.0p-32f);
^
/home//Desktop/QNNPACK-master/src/qnnpack/requantization.h:208:19: error: exponent has no digits
assert(scale >= 0x1.0p-32f);
^
/home//Desktop/QNNPACK-master/src/qnnpack/requantization.h:276:19: error: exponent has no digits
assert(scale >= 0x1.0p-32f);
^
/home//Desktop/QNNPACK-master/src/qnnpack/requantization.h:336:28: error: exponent has no digits
assert(a_output_scale >= 0x1.0p-14f);
^
/home//Desktop/QNNPACK-master/src/qnnpack/requantization.h:337:28: error: exponent has no digits
assert(b_output_scale >= 0x1.0p-14f);
^
/home//Desktop/QNNPACK-master/src/qnnpack/requantization.h:338:27: error: exponent has no digits
assert(a_output_scale < 0x1.0p+8f);
^
/home//Desktop/QNNPACK-master/src/qnnpack/requantization.h:339:27: error: exponent has no digits
assert(b_output_scale < 0x1.0p+8f);
^
/home//Desktop/QNNPACK-master/src/qnnpack/requantization.h:343:30: error: exponent has no digits
assert(max_output_scale >= 0x1.0p-14f);
^
/home//Desktop/QNNPACK-master/src/qnnpack/requantization.h:344:29: error: exponent has no digits
assert(max_output_scale < 0x1.0p+8f);
^
/home//Desktop/QNNPACK-master/src/qnnpack/requantization.h:425:28: error: exponent has no digits
assert(a_output_scale >= 0x1.0p-10f);
^
/home//Desktop/QNNPACK-master/src/qnnpack/requantization.h:426:28: error: exponent has no digits
assert(b_output_scale >= 0x1.0p-10f);
^
/home//Desktop/QNNPACK-master/src/qnnpack/requantization.h:427:27: error: exponent has no digits
assert(a_output_scale < 0x1.0p+8f);
^
/home//Desktop/QNNPACK-master/src/qnnpack/requantization.h:428:27: error: exponent has no digits
assert(b_output_scale < 0x1.0p+8f);
^
/home//Desktop/QNNPACK-master/src/qnnpack/requantization.h:432:30: error: exponent has no digits
assert(max_output_scale >= 0x1.0p-10f);
^
/home//Desktop/QNNPACK-master/src/qnnpack/requantization.h:433:29: error: exponent has no digits
assert(max_output_scale < 0x1.0p+8f);
^

@mathpopo
Copy link
Author

/QNNPACK-master/src/qnnpack/scalar-utils.h:70:26: error: unable to find numeric literal operator ‘operator""f’
assert(scale >= 0x1.0p-32f);

@mathpopo
Copy link
Author

mathpopo commented Oct 13, 2019

SET_TARGET_PROPERTIES(${target} PROPERTIES
  CXX_STANDARD 11
  CXX_STANDARD_REQUIRED YES
  CXX_EXTENSIONS NO)
  CXX_EXTENSIONS YES)

ENDIF()
ENDMACRO()

above is method

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant