What happened to hipTexRefGetArray
and other texture functions?
#2514
Labels
hipTexRefGetArray
and other texture functions?
#2514
Being introduced with ROCm HIP 3.0.0
hipTexRefGetArray
function disappeared in ROCm HIP 4.2.0. It was not marked asDEPRECATED
before removal.On the other hand,
hipTexRefSetArray
is still presented in the latest ROCm HIP 5.0.1 without theDEPRECATED
mark and without support on thenvcc
path. It has only the following annotation for the bunch of texture APIs:Do we still support of the
cuTexRefGetArray
tohipTexRefGetArray
portability or not?And what about other texture functions, which also do not have support on the
nvcc
path?The text was updated successfully, but these errors were encountered: