mirror of
https://github.com/vllm-project/vllm.git
synced 2026-08-11 00:08:11 +00:00
4 lines
55 B
C++
4 lines
55 B
C++
#pragma once
|
|
|
|
#define VLLM_IMPLIES(p, q) (!(p) || (q))
|