Evgeny Mankov

Results 28 issues of 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`.

type:bug
priority: P2 (important)

[Reason] All `Mipmapped` HIP and CUDA functions have the second `m` letter lowercase.

difficulty:A_Easy
hip
typo

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

type:question
hipify
nvidia
documentation

+ 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`...

feature
DNN
MIOpen
partial

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

feature

First, syntactically, second, semantically.

enhancement
perl
compatibility

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

test
feature
perl