csullivan commented on code in PR #11878:
URL: https://github.com/apache/tvm/pull/11878#discussion_r935780618
##
src/relay/transforms/annotate_texture_storage.cc:
##
@@ -175,8 +173,26 @@ class StorageInfo : private
transform::DeviceAwareExprVisitor {
}
}
+ /**
+ *
csullivan commented on code in PR #11878:
URL: https://github.com/apache/tvm/pull/11878#discussion_r935772265
##
tests/python/relay/test_conv2d_nchw_texture.py:
##
@@ -435,3 +435,558 @@ def test_conv2d_vgg16_winograd_4d():
graph = build_run_compare(mod, params1, {"data": in
csullivan commented on code in PR #11878:
URL: https://github.com/apache/tvm/pull/11878#discussion_r931581417
##
src/relay/transforms/annotate_texture_storage.cc:
##
@@ -0,0 +1,509 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor lice