mirror of
https://github.com/wassname/vllm.git
synced 2026-08-14 12:50:37 +08:00
[ROCm] MI300A compile targets deprecation (#13560)
This commit is contained in:
@@ -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