We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4249b commit dbff2e8Copy full SHA for dbff2e8
source/adapters/hip/enqueue.cpp
@@ -1666,6 +1666,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urEnqueueUSMMemcpy2D(
1666
// There is an issue with hipMemcpy2D* when hipMemcpyDefault is used, which
1667
// makes the HIP runtime not correctly derive the copy kind (direction) for
1668
// the copies since ROCm 5.6.0+. See: https://github.com/ROCm/clr/issues/40
1669
+ // TODO: Add maximum HIP_VERSION when bug has been fixed.
1670
#if HIP_VERSION >= 50600000
1671
hipPointerAttribute_t srcAttribs{};
1672
hipPointerAttribute_t dstAttribs{};
0 commit comments