[HIPIFY][#895][#383][hipBLAS-#366][workaround][temporary] Always convert cudaDataType_t
to hipDataType
under the --use-hip-data-types
option
#899
Labels
feature
Feature request or implementation
temporary
Temporary solution
workaround
Not a fix, just a workaround
--use-hip-data-types
is set (unset by default), always convertcudaDataType_t
tohipDataType
for all HIP libs (ROC libs - to investigate)--use-hip-data-types
is unset (by default) convertcudaDataType_t
to the existing own HIP or ROC data typescudaDataType_t
tohipDataType
in mappings should be left; other mappings should go through the matchercudaDataType_t
The text was updated successfully, but these errors were encountered: