junrushao commented on code in PR #13307:
URL: https://github.com/apache/tvm/pull/13307#discussion_r1019833326
##########
include/tvm/runtime/device_api.h:
##########
@@ -51,11 +51,19 @@ enum DeviceAttrKind : int {
kDriverVersion = 12
};
+#ifdef KALLOC_ALIGNMENT
Review Comment:
like:
```suggestion
#ifdef TVM_ALLOC_ALIGNMENT
```
--
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]