oneapi-src / SYCLomatic

Other
217 stars 89 forks source link

Request: add “cuda supported since version xx.x” column to each cuda function to docs section like hipify docs.. #1878

Closed oscarbg closed 1 month ago

oscarbg commented 3 months ago

Hi, This way is easier to track compatibilty/maturity status vs new added cuda functions.. Hipify docs do this.. It’s a easy as copying from hipify docs the “ a” and “d “ columns which indicated cuda version added and deprecated Edit: see this:

https://github.com/ROCm/HIPIFY/blob/amd-staging/docs/tables/CUDA_Driver_API_functions_supported_by_HIP.md

Thanks,.

tomflinda commented 3 months ago

@oscarbg, the info that the “ a” and “d “ columns specify in the hipfy docs is related to CUDA scenarios, not a scope of SYCLomatic. BTW could you provide the reason why you need this info? Thanks.

jinz2014 commented 2 months ago

I find https://oneapi-src.github.io/SYCLomatic/dev_guide/api-mapping-status.html

tomflinda commented 1 month ago

@oscarbg this can be used to track CUDA APIs migration status.

tomflinda commented 1 month ago

@oscarbg, no further action is needed in SYCLomatic, so I closed this issue. Please feel free to reopen it if you have more advice.