[ROCm] MI300A compile targets deprecation (#13560)

This commit is contained in:
Gregory Shtrasberg
2025-02-20 02:05:00 -05:00
committed by GitHub
parent 041e294716
commit 0023cd2b9d
4 changed files with 4 additions and 7 deletions

View File

@@ -24,8 +24,7 @@
#include "../attention/dtype_fp8.cuh"
#include "../quantization/fp8/amd/quant_utils.cuh"
#if defined(__HIPCC__) && (defined(__gfx90a__) || defined(__gfx940__) || \
defined(__gfx941__) || defined(__gfx942__))
#if defined(__HIPCC__) && (defined(__gfx90a__) || defined(__gfx942__))
#define __HIP__MI300_MI250__
#endif