mirror of
https://github.com/wassname/vllm.git
synced 2026-06-27 19:49:51 +08:00
d081da0064
Co-authored-by: Tyler Michael Smith <tyler@neuralmagic.com>
4 lines
55 B
C++
4 lines
55 B
C++
#pragma once
|
|
|
|
#define VLLM_IMPLIES(p, q) (!(p) || (q))
|