u99127 commented on code in PR #13097:
URL: https://github.com/apache/tvm/pull/13097#discussion_r999433607


##########
src/relay/backend/contrib/cmsisnn/types.h:
##########
@@ -0,0 +1,122 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*!
+ * \file src/relay/backend/contrib/cmsisnn/types.h
+ * \brief Includes structs and data types needed by CMSIS-NN APIs.

Review Comment:
   I think there's more work here to put CMSIS-NN source into 3rd party 
especially as this is a static library which will need different builds for 
different micro-architectures for the runtime aspects as well as for compile 
time aspects. It feels a bit overkill to get the whole thing in place here 
given the static linking model.
   
   Can we take that up as a separate activity for the future ? 
   
   
   



-- 
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