We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab490d2 commit bd399fcCopy full SHA for bd399fc
vllm/platforms/xpu.py
@@ -285,7 +285,7 @@ def get_default_ir_op_priority(
285
# use fused kernels where available when no codegen
286
cc = vllm_config.compilation_config
287
using_inductor = cc.backend == "inductor" and cc.mode != CompilationMode.NONE
288
- default = ["native"] if using_inductor else ["xpu_kernels", "vllm_c", "native"]
+ default = ["native"] if using_inductor else ["xpu_kernels", "native"]
289
290
return IrOpPriorityConfig.with_default(default)
291
0 commit comments