Closed mmeterel closed 3 years ago
I think this message must be updated to include the replacement.
@alexbatashev Could you please help?
oneMKL open source interfaces is using the context "get" API for CUBLAS backend
That is not a correct usage of APIs. get()
method does not return a native handle for CUDA backend, and instead returns this structure.
What is the recommendation to replace this API?
You can use get_native
@alexbatashev Thanks for the recommendation. It works. Closing.
oneMKL open source interfaces is using the context "get" API for CUBLAS backend. As noted below, it is being deprecated. What is the recommendation to replace this API?
https://github.com/intel/llvm/blob/bd581c5e04338dc068bdbedd8980ae4bf76bdbe1/sycl/include/CL/sycl/context.hpp#L191