[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

@@ -1,7 +1,6 @@
#pragma once
#if defined(__HIPCC__) && \
(defined(__gfx940__) || defined(__gfx941__) || defined(__gfx942__))
#if defined(__HIPCC__) && defined(__gfx942__)
#define __HIP__MI300__
#endif