zdevito / ATen

ATen: A TENsor library for C++11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use CUDA Texture memory?

JackieQiang opened this issue · comments

commented

I want to use cuda Texture Memory.but the function cudaBindTextureToArray() need cuda array.could somebody tell me how to use CUDA Texture memory in pytorch extend?