mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-23 17:45:56 +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
|
#endif // CUB_VERSION
|
||||||
#else
|
#else
|
||||||
#include <hipcub/hipcub.hpp>
|
#include <hipcub/hipcub.hpp>
|
||||||
using CubAddOp = cub::Sum;
|
namespace cub = hipcub;
|
||||||
using CubMaxOp = cub::Max;
|
using CubAddOp = hipcub::Sum;
|
||||||
|
using CubMaxOp = hipcub::Max;
|
||||||
#endif // USE_ROCM
|
#endif // USE_ROCM
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user