"vllm/vscode:/vscode.git/clone" did not exist on "1a8bfd92d5f35d638e3cfc8c4cd1779aeda0adfb"
Commit 83bb8f5a authored by zhuwenwen's avatar zhuwenwen
Browse files

update attention_kernels_opt_tc.cu

parent f164171b
...@@ -20,7 +20,7 @@ typedef __hip_bfloat16 __nv_bfloat16; ...@@ -20,7 +20,7 @@ typedef __hip_bfloat16 __nv_bfloat16;
#define WARP_SIZE warpSize #define WARP_SIZE warpSize
#endif #endif
#include "static_switch.h" #include "static_switch_tc.h"
#define MAX(a, b) ((a) > (b) ? (a) : (b)) #define MAX(a, b) ((a) > (b) ? (a) : (b))
#define MIN(a, b) ((a) < (b) ? (a) : (b)) #define MIN(a, b) ((a) < (b) ? (a) : (b))
#define DIVIDE_ROUND_UP(a, b) (((a) + (b) - 1) / (b)) #define DIVIDE_ROUND_UP(a, b) (((a) + (b) - 1) / (b))
......
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