Technically it hasn't been merged in but it's worth pointing to the RFCs and PRs for posterity @masahi:
See [this RFC](https://discuss.tvm.apache.org/t/rfc-texture-memory-support/9467) to understand the broader contributions of the texture enablement work. There are several PRs that need to land in order for the texture support to be fully enabled in Open Source TVM. Some of these PRs will need to be revisited extensively before they can be merged, for instance in light of the work on TECompiler refactor, and efforts to provide physical and logical layout separation. * MERGED [Texture support][Part 0] Device API and runtime support #7711 * MERGED [Texture support][Part 1] TIR lowering and OpenCL support #7686 * [Texture support][Part 2] Add opencl adreno target, topi schedules, and relay op strategies #7687 * [Texture support][Part 3] Support storage scope tag in graph runtime codegen, planning, runtime and compile engine #7688 * [Texture support][Part 4] Add CollectStorageInfo and CollectBufferBinds relay passes for Adreno GPU #7689 * [Texture support][Part 5] Graph runtime and memory planning support for 2d allocations #7690 -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/2250#issuecomment-1009059794 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm/issues/2250/1009059...@github.com>