Unverified Commit 614856da authored by Mingcan Xiang's avatar Mingcan Xiang Committed by GitHub
Browse files

Avoid multiple redefinition (#1817)

parent 05bdf4ea
#pragma once
#include <torch/extension.h>
#include <map>
......
#pragma once
#include <torch/extension.h>
int get_device_attribute(
......
......@@ -2,6 +2,8 @@
* Adapted from
* https://github.com/pytorch/pytorch/blob/v2.0.1/aten/src/ATen/Dispatch.h
*/
#pragma once
#include <torch/extension.h>
#define VLLM_DISPATCH_CASE_FLOATING_TYPES(...) \
......
#pragma once
#include <torch/extension.h>
void paged_attention_v1(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment