zdevito / ATen

ATen: A TENsor library for C++11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get cusparseHandle_t handle?

Daulbaev opened this issue · comments

I'm trying to call function from <cusparse.h> inside ATen and don't know how to get cusparseHandle_t handle. Could you help me?