ROCm / hipify_torch

MIT License
18 stars 10 forks source link

Add missing mappings for NVRTC and cuSparse #55

Closed lcskrishna closed 11 months ago

lcskrishna commented 12 months ago

This PR contains the APIs that are missing in cuda_to_hip_mappings for NVRTC and cuSparse libraries that are required for CuPy development.

jithunnair-amd commented 11 months ago

@lcskrishna Merging this, but for the record, please mention here which branch of Pytorch you tested these changes with, at least for the Pytorch build step.

lcskrishna commented 11 months ago

@jithunnair-amd These mappings are needed for CuPy. So tested against the CuPy codebase.