Revert "[ROCm] add hipblaslt support (#114329)"

This reverts commit b062ea38039234c80404a8f5f4d5a93c4cb9832d.

Reverted https://github.com/pytorch/pytorch/pull/114329 on behalf of https://github.com/jeanschmidt due to Reverting due to inconsistencies on internal diff ([comment](https://github.com/pytorch/pytorch/pull/114329#issuecomment-1861933267))
This commit is contained in:
PyTorch MergeBot
2023-12-19 01:04:58 +00:00
parent ed0c0c49ef
commit 47908a608f
9 changed files with 32 additions and 363 deletions

View File

@ -237,9 +237,6 @@ COMMON_HIP_FLAGS = [
'-DUSE_ROCM=1',
]
if ROCM_VERSION is not None and ROCM_VERSION >= (6, 0):
COMMON_HIP_FLAGS.append('-DHIPBLAS_V2')
COMMON_HIPCC_FLAGS = [
'-DCUDA_HAS_FP16=1',
'-D__HIP_NO_HALF_OPERATORS__=1',