How to use CUDA Texture memory in pytorch extension???

I want to use CUDA texture memory in pytorch extension but I don’t know how to do it.
I saw the Tutorials [https://pytorch.org/tutorials/advanced/cpp_extension.html],there not introduce texture memory using.
Could someone help me? Thanks!!!:smile: