[ROCm] MI300A compile targets deprecation (#13560)
This commit is contained in:
committed by
GitHub
parent
041e294716
commit
0023cd2b9d
@@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#if defined(__HIPCC__) && \
|
||||
(defined(__gfx940__) || defined(__gfx941__) || defined(__gfx942__))
|
||||
#if defined(__HIPCC__) && defined(__gfx942__)
|
||||
#define __HIP__MI300__
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user