oneapi-src/SYCLomatic

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

oscarbg opened this issue · 4 comments

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,.

@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.

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

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