Evgeny Mankov
Evgeny Mankov
But their implementations are in `hip_memory.cpp` of [hipamd](https://github.com/ROCm-Developer-Tools/hipamd). Please, provide a declaration of `hipMemcpyArrayToArray`, `hipMemcpyFromArrayAsync`, and `hipMemcpyToArrayAsync` in `hip_runtime_api.h`.
[Reason] All `Mipmapped` HIP and CUDA functions have the second `m` letter lowercase.
Being introduced with ROCm HIP 3.0.0 `hipTexRefGetArray` function disappeared in ROCm HIP 4.2.0. It was not marked as `DEPRECATED` before removal. On the other hand, `hipTexRefSetArray` is still presented in...
+ MIopen lives here: https://github.com/ROCmSoftwarePlatform/MIOpen, it is alive and synced with ROCm HIP releases + First implement under an option, then switch on by default by switching `cuDNN` -> `hipDNN`...
The idea is to introduce yet another hipification approach: instead of a new hipified file or hipification in-place perform hipification in the source CUDA file by keeping both CUDA and...
First, syntactically, second, semantically.
Example: ```cpp axpy(); ```
Test harness should: + be based on lit testing + include the same tests as hipify-clang testing + use AMAP the same checks as hipify-clang test harness uses