leandron commented on code in PR #13407:
URL: https://github.com/apache/tvm/pull/13407#discussion_r1024152398


##########
src/runtime/contrib/arm_compute_lib/acl_utils.cc:
##########
@@ -130,6 +130,8 @@ arm_compute::DataType MakeACLDataType(const DLDataType& 
data_type) {
     return arm_compute::DataType::F32;
   } else if (data_type.code == DLDataTypeCode::kDLUInt && data_type.bits == 8) 
{
     return arm_compute::DataType::QASYMM8;
+  } else if (data_type.code == DLDataTypeCode::kDLInt && data_type.bits == 8) {
+    return arm_compute::DataType::QASYMM8_SIGNED;

Review Comment:
   I got it from the data types list here: 
https://github.com/ARM-software/ComputeLibrary/blob/aabef6c0584f06f4c0f4b61fb787d80374240619/src/core/CL/CLHelpers.cpp#L39
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to