mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-23 13:25:40 +08:00
fix compile error
Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
parent
46ed215d6b
commit
c8071faa5d
@ -12,6 +12,7 @@ using CubMaxOp = cub::Max;
|
||||
#endif // CUB_VERSION
|
||||
#else
|
||||
#include <hipcub/hipcub.hpp>
|
||||
using CubAddOp = cub::Sum;
|
||||
using CubMaxOp = cub::Max;
|
||||
namespace cub = hipcub;
|
||||
using CubAddOp = hipcub::Sum;
|
||||
using CubMaxOp = hipcub::Max;
|
||||
#endif // USE_ROCM
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user